Html Css Color HEX #D06F16 Chocolate

📋 copy color: '#D06F16'

red 208 ◦ green 111 ◦ blue 22

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

Shades of Chocolate #D06F16

Tints of Chocolate #D06F16

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

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

R = 61%
G = 32.55%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D06F16 (or 0xD06F16) is known color: Chocolate. HEX triplet: D0, 6F and 16. RGB value is (208,111,22). Sum of RGB (Red+Green+Blue) = 208+111+22=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F16 is #2F90E9. Grayscale: #828282. Windows color (decimal): -3117290 or 1470416. OLE color: 1470416.

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

Color convert

RGB 208 111 22 -
CMYK 0 0.47 0.89 0.18
HSL 28.71º 0.81% 0.45% -
HSV(B) 28.71º 0.89% 0.82% -
XYZ 31.84 24.84 3.87 -
YUV 129.86 67.14 183.74 -
System Red Green Blue C M Y K H S L
Decimal 208 111 22 0 0.47 0.89 0.18 28.71 0.81 0.45
Hex D0 6F 16 0 2F 59 12 1D 51 2D
Octal 320 157 26 0 57 131 22 35 121 55
Binary 11010000 1101111 10110 0 101111 1011001 10010 11101 1010001 101101

Color Harmonies of #D06F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F16

Black with #D06F16

Text Example


Text Example

White with #D06F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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