Html Css Color HEX #DC8616 Carrot Orange

📋 copy color: '#DC8616'

red 220 ◦ green 134 ◦ blue 22

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

Shades of Carrot Orange #DC8616

Tints of Carrot Orange #DC8616

RGB

 RED value IS 220 (86.33% from 255) = 58.51%

 GREEN value IS 134 (52.73% from 255) = 35.64%

 BLUE value IS 22 (8.98% from 255) = 5.85%

R = 58.51%
G = 35.64%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC8616 (or 0xDC8616) is known color: Carrot Orange. HEX triplet: DC, 86 and 16. RGB value is (220,134,22). Sum of RGB (Red+Green+Blue) = 220+134+22=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8616 is #2379E9. Grayscale: #939393. Windows color (decimal): -2324970 or 1476316. OLE color: 1476316.

HSL color Cylindrical-coordinate representation of color #DC8616: hue angle of 33.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8616 is Cyan = 0, Magento = 0.39, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 134 22 -
CMYK 0 0.39 0.9 0.14
HSL 33.94º 0.82% 0.47% -
HSV(B) 33.94º 0.9% 0.86% -
XYZ 38.19 32.32 4.99 -
YUV 146.95 57.49 180.11 -
System Red Green Blue C M Y K H S L
Decimal 220 134 22 0 0.39 0.9 0.14 33.94 0.82 0.47
Hex DC 86 16 0 27 5A E 22 52 2F
Octal 334 206 26 0 47 132 16 42 122 57
Binary 11011100 10000110 10110 0 100111 1011010 1110 100010 1010010 101111

Color Harmonies of #DC8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8616

Black with #DC8616

Text Example


Text Example

White with #DC8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8616; }

 p { color: rgb(220,134,22); }

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

background-color css

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

 a { background-color: rgb(220,134,22); }

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

border-color css

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

 span { border-color: rgb(220,134,22); }

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