Html Css Color HEX #D56C25 Chocolate

📋 copy color: '#D56C25'

red 213 ◦ green 108 ◦ blue 37

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

Shades of Chocolate #D56C25

Tints of Chocolate #D56C25

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

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

R = 59.5%
G = 30.17%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D56C25 (or 0xD56C25) is known color: Chocolate. HEX triplet: D5, 6C and 25. RGB value is (213,108,37). Sum of RGB (Red+Green+Blue) = 213+108+37=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C25 is #2A93DA. Grayscale: #838383. Windows color (decimal): -2790363 or 2452693. OLE color: 2452693.

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

Color convert

RGB 213 108 37 -
CMYK 0 0.49 0.83 0.16
HSL 24.2º 0.7% 0.49% -
HSV(B) 24.2º 0.83% 0.84% -
XYZ 33.14 25 4.83 -
YUV 131.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 213 108 37 0 0.49 0.83 0.16 24.2 0.7 0.49
Hex D5 6C 25 0 31 53 10 18 46 31
Octal 325 154 45 0 61 123 20 30 106 61
Binary 11010101 1101100 100101 0 110001 1010011 10000 11000 1000110 110001

Color Harmonies of #D56C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C25

Black with #D56C25

Text Example


Text Example

White with #D56C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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