Html Css Color HEX #DD8315 Carrot Orange

📋 copy color: '#DD8315'

red 221 ◦ green 131 ◦ blue 21

#DD8315
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #DD8315

Tints of Carrot Orange #DD8315

RGB

 RED value IS 221 (86.72% from 255) = 59.25%

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 21 (8.59% from 255) = 5.63%

R = 59.25%
G = 35.12%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD8315 (or 0xDD8315) is known color: Carrot Orange. HEX triplet: DD, 83 and 15. RGB value is (221,131,21). Sum of RGB (Red+Green+Blue) = 221+131+21=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8315 is #227CEA. Grayscale: #919191. Windows color (decimal): -2260203 or 1410013. OLE color: 1410013.

HSL color Cylindrical-coordinate representation of color #DD8315: hue angle of 33º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD8315 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 21 -
CMYK 0 0.41 0.90 0.13
HSL 33º 0.83% 0.47% -
HSV(B) 33º 0.9% 0.87% -
XYZ 38.07 31.66 4.81 -
YUV 145.37 57.82 181.94 -
System Red Green Blue C M Y K H S L
Decimal 221 131 21 0 0.41 0.90 0.13 33 0.83 0.47
Hex DD 83 15 0 29 5A D 21 53 2F
Octal 335 203 25 0 51 132 15 41 123 57
Binary 11011101 10000011 10101 0 101001 1011010 1101 100001 1010011 101111

Color Harmonies of #DD8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8315

Black with #DD8315

Text Example


Text Example

White with #DD8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8315; }

 p { color: rgb(221,131,21); }

 H1.HeaderClassName
 {
   color: #DD8315;
 }
 .AnyTagClassName
 {
   color: #DD8315;
 }
</style>

background-color css

<style>
 a { background-color: #DD8315; }

 a { background-color: rgb(221,131,21); }

 div.DivClassName
 {
   background-color: #DD8315;
 }
 .BgClassName
 {
   background-color: #DD8315;
 }
</style>

border-color css

<style>
 span { border-color: #DD8315; }

 span { border-color: rgb(221,131,21); }

 td.TdClassName
 {
   border-color: #DD8315;
 }
 .TagClassName
 {
   border-color: #DD8315;
 }
</style>