Html Css Color HEX #D06B16 Chocolate

📋 copy color: '#D06B16'

red 208 ◦ green 107 ◦ blue 22

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

Shades of Chocolate #D06B16

Tints of Chocolate #D06B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.75%

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

R = 61.72%
G = 31.75%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D06B16 (or 0xD06B16) is known color: Chocolate. HEX triplet: D0, 6B and 16. RGB value is (208,107,22). Sum of RGB (Red+Green+Blue) = 208+107+22=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06B16 is #2F94E9. Grayscale: #7F7F7F. Windows color (decimal): -3118314 or 1469392. OLE color: 1469392.

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

Color convert

RGB 208 107 22 -
CMYK 0 0.49 0.89 0.18
HSL 27.42º 0.81% 0.45% -
HSV(B) 27.42º 0.89% 0.82% -
XYZ 31.41 23.98 3.73 -
YUV 127.51 68.46 185.41 -
System Red Green Blue C M Y K H S L
Decimal 208 107 22 0 0.49 0.89 0.18 27.42 0.81 0.45
Hex D0 6B 16 0 31 59 12 1B 51 2D
Octal 320 153 26 0 61 131 22 33 121 55
Binary 11010000 1101011 10110 0 110001 1011001 10010 11011 1010001 101101

Color Harmonies of #D06B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06B16

Black with #D06B16

Text Example


Text Example

White with #D06B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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