Html Css Color HEX #D07010 Chocolate

📋 copy color: '#D07010'

red 208 ◦ green 112 ◦ blue 16

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

Shades of Chocolate #D07010

Tints of Chocolate #D07010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 61.9%
G = 33.33%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D07010 (or 0xD07010) is known color: Chocolate. HEX triplet: D0, 70 and 10. RGB value is (208,112,16). Sum of RGB (Red+Green+Blue) = 208+112+16=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D07010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07010 is #2F8FEF. Grayscale: #828282. Windows color (decimal): -3117040 or 1077456. OLE color: 1077456.

HSL color Cylindrical-coordinate representation of color #D07010: hue angle of 30º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D07010 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 16 -
CMYK 0 0.46 0.92 0.18
HSL 30º 0.86% 0.44% -
HSV(B) 30º 0.92% 0.82% -
XYZ 31.9 25.04 3.64 -
YUV 129.76 63.8 183.81 -
System Red Green Blue C M Y K H S L
Decimal 208 112 16 0 0.46 0.92 0.18 30 0.86 0.44
Hex D0 70 10 0 2E 5C 12 1E 56 2C
Octal 320 160 20 0 56 134 22 36 126 54
Binary 11010000 1110000 10000 0 101110 1011100 10010 11110 1010110 101100

Color Harmonies of #D07010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07010

Black with #D07010

Text Example


Text Example

White with #D07010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07010; }

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

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

background-color css

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

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

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

border-color css

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

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

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