Html Css Color HEX #D07017 Chocolate

📋 copy color: '#D07017'

red 208 ◦ green 112 ◦ blue 23

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

Shades of Chocolate #D07017

Tints of Chocolate #D07017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

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

R = 60.64%
G = 32.65%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D07017 (or 0xD07017) is known color: Chocolate. HEX triplet: D0, 70 and 17. RGB value is (208,112,23). Sum of RGB (Red+Green+Blue) = 208+112+23=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D07017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07017 is #2F8FE8. Grayscale: #838383. Windows color (decimal): -3117033 or 1536208. OLE color: 1536208.

HSL color Cylindrical-coordinate representation of color #D07017: hue angle of 28.86º 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 #D07017 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 23 -
CMYK 0 0.46 0.89 0.18
HSL 28.86º 0.8% 0.45% -
HSV(B) 28.86º 0.89% 0.82% -
XYZ 31.96 25.06 3.96 -
YUV 130.56 67.3 183.24 -
System Red Green Blue C M Y K H S L
Decimal 208 112 23 0 0.46 0.89 0.18 28.86 0.8 0.45
Hex D0 70 17 0 2E 59 12 1D 50 2D
Octal 320 160 27 0 56 131 22 35 120 55
Binary 11010000 1110000 10111 0 101110 1011001 10010 11101 1010000 101101

Color Harmonies of #D07017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07017

Black with #D07017

Text Example


Text Example

White with #D07017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07017; }

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

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

background-color css

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

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

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

border-color css

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

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

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