Html Css Color HEX #DC8717 Carrot Orange

📋 copy color: '#DC8717'

red 220 ◦ green 135 ◦ blue 23

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

Shades of Carrot Orange #DC8717

Tints of Carrot Orange #DC8717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.71%

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

R = 58.2%
G = 35.71%
B = 6.08%

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

#DC8717 (or 0xDC8717) is known color: Carrot Orange. HEX triplet: DC, 87 and 17. RGB value is (220,135,23). Sum of RGB (Red+Green+Blue) = 220+135+23=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8717 is #2378E8. Grayscale: #949494. Windows color (decimal): -2324713 or 1542108. OLE color: 1542108.

HSL color Cylindrical-coordinate representation of color #DC8717: hue angle of 34.11º 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 #DC8717 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 135 23 -
CMYK 0 0.39 0.90 0.14
HSL 34.11º 0.81% 0.48% -
HSV(B) 34.11º 0.9% 0.86% -
XYZ 38.33 32.61 5.08 -
YUV 147.65 57.66 179.61 -
System Red Green Blue C M Y K H S L
Decimal 220 135 23 0 0.39 0.90 0.14 34.11 0.81 0.48
Hex DC 87 17 0 27 5A E 22 51 30
Octal 334 207 27 0 47 132 16 42 121 60
Binary 11011100 10000111 10111 0 100111 1011010 1110 100010 1010001 110000

Color Harmonies of #DC8717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8717

Black with #DC8717

Text Example


Text Example

White with #DC8717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8717; }

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

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

background-color css

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

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

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

border-color css

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

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

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