Html Css Color HEX #D56225 Chocolate

📋 copy color: '#D56225'

red 213 ◦ green 98 ◦ blue 37

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

Shades of Chocolate #D56225

Tints of Chocolate #D56225

RGB

 RED value IS 213 (83.59% from 255) = 61.21%

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

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

R = 61.21%
G = 28.16%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D56225 (or 0xD56225) is known color: Chocolate. HEX triplet: D5, 62 and 25. RGB value is (213,98,37). Sum of RGB (Red+Green+Blue) = 213+98+37=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D56225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56225 is #2A9DDA. Grayscale: #7D7D7D. Windows color (decimal): -2792923 or 2450133. OLE color: 2450133.

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

Color convert

RGB 213 98 37 -
CMYK 0 0.54 0.83 0.16
HSL 20.8º 0.7% 0.49% -
HSV(B) 20.8º 0.83% 0.84% -
XYZ 32.14 23.02 4.5 -
YUV 125.43 78.1 190.46 -
System Red Green Blue C M Y K H S L
Decimal 213 98 37 0 0.54 0.83 0.16 20.8 0.7 0.49
Hex D5 62 25 0 36 53 10 15 46 31
Octal 325 142 45 0 66 123 20 25 106 61
Binary 11010101 1100010 100101 0 110110 1010011 10000 10101 1000110 110001

Color Harmonies of #D56225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56225

Black with #D56225

Text Example


Text Example

White with #D56225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56225; }

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

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

background-color css

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

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

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

border-color css

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

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

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