Html Css Color HEX #D56325 Chocolate

📋 copy color: '#D56325'

red 213 ◦ green 99 ◦ blue 37

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

Shades of Chocolate #D56325

Tints of Chocolate #D56325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

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

R = 61.03%
G = 28.37%
B = 10.6%

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

#D56325 (or 0xD56325) is known color: Chocolate. HEX triplet: D5, 63 and 25. RGB value is (213,99,37). Sum of RGB (Red+Green+Blue) = 213+99+37=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D56325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56325 is #2A9CDA. Grayscale: #7E7E7E. Windows color (decimal): -2792667 or 2450389. OLE color: 2450389.

HSL color Cylindrical-coordinate representation of color #D56325: hue angle of 21.14º 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 #D56325 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 99 37 -
CMYK 0 0.54 0.83 0.16
HSL 21.14º 0.7% 0.49% -
HSV(B) 21.14º 0.83% 0.84% -
XYZ 32.24 23.2 4.53 -
YUV 126.02 77.77 190.04 -
System Red Green Blue C M Y K H S L
Decimal 213 99 37 0 0.54 0.83 0.16 21.14 0.7 0.49
Hex D5 63 25 0 36 53 10 15 46 31
Octal 325 143 45 0 66 123 20 25 106 61
Binary 11010101 1100011 100101 0 110110 1010011 10000 10101 1000110 110001

Color Harmonies of #D56325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56325

Black with #D56325

Text Example


Text Example

White with #D56325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56325; }

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

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

background-color css

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

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

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

border-color css

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

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

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