Html Css Color HEX #D06F22 Chocolate

📋 copy color: '#D06F22'

red 208 ◦ green 111 ◦ blue 34

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

Shades of Chocolate #D06F22

Tints of Chocolate #D06F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.63%

R = 58.92%
G = 31.44%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D06F22 (or 0xD06F22) is known color: Chocolate. HEX triplet: D0, 6F and 22. RGB value is (208,111,34). Sum of RGB (Red+Green+Blue) = 208+111+34=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F22 is #2F90DD. Grayscale: #838383. Windows color (decimal): -3117278 or 2256848. OLE color: 2256848.

HSL color Cylindrical-coordinate representation of color #D06F22: hue angle of 26.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D06F22 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 111 34 -
CMYK 0 0.47 0.84 0.18
HSL 26.55º 0.72% 0.47% -
HSV(B) 26.55º 0.84% 0.82% -
XYZ 31.99 24.89 4.63 -
YUV 131.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 208 111 34 0 0.47 0.84 0.18 26.55 0.72 0.47
Hex D0 6F 22 0 2F 54 12 1B 48 2F
Octal 320 157 42 0 57 124 22 33 110 57
Binary 11010000 1101111 100010 0 101111 1010100 10010 11011 1001000 101111

Color Harmonies of #D06F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F22

Black with #D06F22

Text Example


Text Example

White with #D06F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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