Html Css Color HEX #D06124 Chocolate

📋 copy color: '#D06124'

red 208 ◦ green 97 ◦ blue 36

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

Shades of Chocolate #D06124

Tints of Chocolate #D06124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 61%
G = 28.45%
B = 10.56%

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

#D06124 (or 0xD06124) is known color: Chocolate. HEX triplet: D0, 61 and 24. RGB value is (208,97,36). Sum of RGB (Red+Green+Blue) = 208+97+36=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D06124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06124 is #2F9EDB. Grayscale: #7B7B7B. Windows color (decimal): -3120860 or 2384336. OLE color: 2384336.

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

Color convert

RGB 208 97 36 -
CMYK 0 0.53 0.83 0.18
HSL 21.28º 0.7% 0.48% -
HSV(B) 21.28º 0.83% 0.82% -
XYZ 30.61 22.09 4.32 -
YUV 123.24 78.77 188.46 -
System Red Green Blue C M Y K H S L
Decimal 208 97 36 0 0.53 0.83 0.18 21.28 0.7 0.48
Hex D0 61 24 0 35 53 12 15 46 30
Octal 320 141 44 0 65 123 22 25 106 60
Binary 11010000 1100001 100100 0 110101 1010011 10010 10101 1000110 110000

Color Harmonies of #D06124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06124

Black with #D06124

Text Example


Text Example

White with #D06124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06124; }

 p { color: rgb(208,97,36); }

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

background-color css

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

 a { background-color: rgb(208,97,36); }

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

border-color css

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

 span { border-color: rgb(208,97,36); }

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