Html Css Color HEX #D06717 Chocolate

📋 copy color: '#D06717'

red 208 ◦ green 103 ◦ blue 23

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

Shades of Chocolate #D06717

Tints of Chocolate #D06717

RGB

 RED value IS 208 (81.64% from 255) = 62.28%

 GREEN value IS 103 (40.63% from 255) = 30.84%

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

R = 62.28%
G = 30.84%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D06717 (or 0xD06717) is known color: Chocolate. HEX triplet: D0, 67 and 17. RGB value is (208,103,23). Sum of RGB (Red+Green+Blue) = 208+103+23=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D06717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06717 is #2F98E8. Grayscale: #7D7D7D. Windows color (decimal): -3119337 or 1533904. OLE color: 1533904.

HSL color Cylindrical-coordinate representation of color #D06717: hue angle of 25.95º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D06717 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 23 -
CMYK 0 0.50 0.89 0.18
HSL 25.95º 0.8% 0.45% -
HSV(B) 25.95º 0.89% 0.82% -
XYZ 31.02 23.17 3.65 -
YUV 125.28 70.29 187 -
System Red Green Blue C M Y K H S L
Decimal 208 103 23 0 0.50 0.89 0.18 25.95 0.8 0.45
Hex D0 67 17 0 32 59 12 1A 50 2D
Octal 320 147 27 0 62 131 22 32 120 55
Binary 11010000 1100111 10111 0 110010 1011001 10010 11010 1010000 101101

Color Harmonies of #D06717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06717

Black with #D06717

Text Example


Text Example

White with #D06717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06717; }

 p { color: rgb(208,103,23); }

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

background-color css

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

 a { background-color: rgb(208,103,23); }

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

border-color css

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

 span { border-color: rgb(208,103,23); }

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