Html Css Color HEX #D06223 Chocolate

📋 copy color: '#D06223'

red 208 ◦ green 98 ◦ blue 35

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

Shades of Chocolate #D06223

Tints of Chocolate #D06223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 61%
G = 28.74%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D06223 (or 0xD06223) is known color: Chocolate. HEX triplet: D0, 62 and 23. RGB value is (208,98,35). Sum of RGB (Red+Green+Blue) = 208+98+35=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D06223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06223 is #2F9DDC. Grayscale: #7C7C7C. Windows color (decimal): -3120605 or 2319056. OLE color: 2319056.

HSL color Cylindrical-coordinate representation of color #D06223: hue angle of 21.85º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D06223 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 98 35 -
CMYK 0 0.53 0.83 0.18
HSL 21.85º 0.71% 0.48% -
HSV(B) 21.85º 0.83% 0.82% -
XYZ 30.68 22.27 4.27 -
YUV 123.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 208 98 35 0 0.53 0.83 0.18 21.85 0.71 0.48
Hex D0 62 23 0 35 53 12 16 47 30
Octal 320 142 43 0 65 123 22 26 107 60
Binary 11010000 1100010 100011 0 110101 1010011 10010 10110 1000111 110000

Color Harmonies of #D06223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06223

Black with #D06223

Text Example


Text Example

White with #D06223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06223; }

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

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

background-color css

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

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

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

border-color css

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

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

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