Html Css Color HEX #DC8617 Carrot Orange

📋 copy color: '#DC8617'

red 220 ◦ green 134 ◦ blue 23

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

Shades of Carrot Orange #DC8617

Tints of Carrot Orange #DC8617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.1%

R = 58.36%
G = 35.54%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC8617 (or 0xDC8617) is known color: Carrot Orange. HEX triplet: DC, 86 and 17. RGB value is (220,134,23). Sum of RGB (Red+Green+Blue) = 220+134+23=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8617 is #2379E8. Grayscale: #939393. Windows color (decimal): -2324969 or 1541852. OLE color: 1541852.

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

Color convert

RGB 220 134 23 -
CMYK 0 0.39 0.90 0.14
HSL 33.81º 0.81% 0.48% -
HSV(B) 33.81º 0.9% 0.86% -
XYZ 38.19 32.33 5.04 -
YUV 147.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 220 134 23 0 0.39 0.90 0.14 33.81 0.81 0.48
Hex DC 86 17 0 27 5A E 22 51 30
Octal 334 206 27 0 47 132 16 42 121 60
Binary 11011100 10000110 10111 0 100111 1011010 1110 100010 1010001 110000

Color Harmonies of #DC8617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8617

Black with #DC8617

Text Example


Text Example

White with #DC8617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8617; }

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

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

background-color css

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

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

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

border-color css

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

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

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