Html Css Color HEX #D06227 Chocolate

📋 copy color: '#D06227'

red 208 ◦ green 98 ◦ blue 39

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

Shades of Chocolate #D06227

Tints of Chocolate #D06227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 60.29%
G = 28.41%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D06227 (or 0xD06227) is known color: Chocolate. HEX triplet: D0, 62 and 27. RGB value is (208,98,39). Sum of RGB (Red+Green+Blue) = 208+98+39=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D06227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06227 is #2F9DD8. Grayscale: #7C7C7C. Windows color (decimal): -3120601 or 2581200. OLE color: 2581200.

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

Color convert

RGB 208 98 39 -
CMYK 0 0.53 0.81 0.18
HSL 20.95º 0.68% 0.48% -
HSV(B) 20.95º 0.81% 0.82% -
XYZ 30.75 22.29 4.6 -
YUV 124.16 79.94 187.8 -
System Red Green Blue C M Y K H S L
Decimal 208 98 39 0 0.53 0.81 0.18 20.95 0.68 0.48
Hex D0 62 27 0 35 51 12 15 44 30
Octal 320 142 47 0 65 121 22 25 104 60
Binary 11010000 1100010 100111 0 110101 1010001 10010 10101 1000100 110000

Color Harmonies of #D06227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06227

Black with #D06227

Text Example


Text Example

White with #D06227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06227; }

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

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

background-color css

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

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

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

border-color css

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

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

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