Html Css Color HEX #D06222 Chocolate

📋 copy color: '#D06222'

red 208 ◦ green 98 ◦ blue 34

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

Shades of Chocolate #D06222

Tints of Chocolate #D06222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 61.18%
G = 28.82%
B = 10%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D06222 (or 0xD06222) is known color: Chocolate. HEX triplet: D0, 62 and 22. RGB value is (208,98,34). Sum of RGB (Red+Green+Blue) = 208+98+34=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D06222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06222 is #2F9DDD. Grayscale: #7B7B7B. Windows color (decimal): -3120606 or 2253520. OLE color: 2253520.

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

Color convert

RGB 208 98 34 -
CMYK 0 0.53 0.84 0.18
HSL 22.07º 0.72% 0.47% -
HSV(B) 22.07º 0.84% 0.82% -
XYZ 30.67 22.26 4.19 -
YUV 123.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 208 98 34 0 0.53 0.84 0.18 22.07 0.72 0.47
Hex D0 62 22 0 35 54 12 16 48 2F
Octal 320 142 42 0 65 124 22 26 110 57
Binary 11010000 1100010 100010 0 110101 1010100 10010 10110 1001000 101111

Color Harmonies of #D06222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06222

Black with #D06222

Text Example


Text Example

White with #D06222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06222; }

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

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

background-color css

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

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

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

border-color css

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

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

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