Html Css Color HEX #D06422 Chocolate

📋 copy color: '#D06422'

red 208 ◦ green 100 ◦ blue 34

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

Shades of Chocolate #D06422

Tints of Chocolate #D06422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 60.82%
G = 29.24%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D06422 (or 0xD06422) is known color: Chocolate. HEX triplet: D0, 64 and 22. RGB value is (208,100,34). Sum of RGB (Red+Green+Blue) = 208+100+34=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D06422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06422 is #2F9BDD. Grayscale: #7D7D7D. Windows color (decimal): -3120094 or 2254032. OLE color: 2254032.

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

Color convert

RGB 208 100 34 -
CMYK 0 0.52 0.84 0.18
HSL 22.76º 0.72% 0.47% -
HSV(B) 22.76º 0.84% 0.82% -
XYZ 30.86 22.64 4.26 -
YUV 124.77 76.78 187.37 -
System Red Green Blue C M Y K H S L
Decimal 208 100 34 0 0.52 0.84 0.18 22.76 0.72 0.47
Hex D0 64 22 0 34 54 12 17 48 2F
Octal 320 144 42 0 64 124 22 27 110 57
Binary 11010000 1100100 100010 0 110100 1010100 10010 10111 1001000 101111

Color Harmonies of #D06422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06422

Black with #D06422

Text Example


Text Example

White with #D06422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06422; }

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

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

background-color css

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

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

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

border-color css

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

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

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