Html Css Color HEX #D07116 Chocolate

📋 copy color: '#D07116'

red 208 ◦ green 113 ◦ blue 22

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

Shades of Chocolate #D07116

Tints of Chocolate #D07116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 60.64%
G = 32.94%
B = 6.41%

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

#D07116 (or 0xD07116) is known color: Chocolate. HEX triplet: D0, 71 and 16. RGB value is (208,113,22). Sum of RGB (Red+Green+Blue) = 208+113+22=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D07116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07116 is #2F8EE9. Grayscale: #838383. Windows color (decimal): -3116778 or 1470928. OLE color: 1470928.

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

Color convert

RGB 208 113 22 -
CMYK 0 0.46 0.89 0.18
HSL 29.35º 0.81% 0.45% -
HSV(B) 29.35º 0.89% 0.82% -
XYZ 32.06 25.28 3.95 -
YUV 131.03 66.47 182.9 -
System Red Green Blue C M Y K H S L
Decimal 208 113 22 0 0.46 0.89 0.18 29.35 0.81 0.45
Hex D0 71 16 0 2E 59 12 1D 51 2D
Octal 320 161 26 0 56 131 22 35 121 55
Binary 11010000 1110001 10110 0 101110 1011001 10010 11101 1010001 101101

Color Harmonies of #D07116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07116

Black with #D07116

Text Example


Text Example

White with #D07116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07116; }

 p { color: rgb(208,113,22); }

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

background-color css

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

 a { background-color: rgb(208,113,22); }

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

border-color css

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

 span { border-color: rgb(208,113,22); }

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