Html Css Color HEX #D36225 Chocolate

📋 copy color: '#D36225'

red 211 ◦ green 98 ◦ blue 37

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

Shades of Chocolate #D36225

Tints of Chocolate #D36225

RGB

 RED value IS 211 (82.81% from 255) = 60.98%

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

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 60.98%
G = 28.32%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D36225 (or 0xD36225) is known color: Chocolate. HEX triplet: D3, 62 and 25. RGB value is (211,98,37). Sum of RGB (Red+Green+Blue) = 211+98+37=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D36225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36225 is #2C9DDA. Grayscale: #7D7D7D. Windows color (decimal): -2923995 or 2450131. OLE color: 2450131.

HSL color Cylindrical-coordinate representation of color #D36225: hue angle of 21.03º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D36225 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 98 37 -
CMYK 0 0.54 0.82 0.17
HSL 21.03º 0.7% 0.49% -
HSV(B) 21.03º 0.82% 0.83% -
XYZ 31.57 22.72 4.47 -
YUV 124.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 211 98 37 0 0.54 0.82 0.17 21.03 0.7 0.49
Hex D3 62 25 0 36 52 11 15 46 31
Octal 323 142 45 0 66 122 21 25 106 61
Binary 11010011 1100010 100101 0 110110 1010010 10001 10101 1000110 110001

Color Harmonies of #D36225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36225

Black with #D36225

Text Example


Text Example

White with #D36225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36225; }

 p { color: rgb(211,98,37); }

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

background-color css

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

 a { background-color: rgb(211,98,37); }

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

border-color css

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

 span { border-color: rgb(211,98,37); }

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