Html Css Color HEX #D56025 Chocolate

📋 copy color: '#D56025'

red 213 ◦ green 96 ◦ blue 37

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

Shades of Chocolate #D56025

Tints of Chocolate #D56025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

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

R = 61.56%
G = 27.75%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D56025 (or 0xD56025) is known color: Chocolate. HEX triplet: D5, 60 and 25. RGB value is (213,96,37). Sum of RGB (Red+Green+Blue) = 213+96+37=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D56025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56025 is #2A9FDA. Grayscale: #7C7C7C. Windows color (decimal): -2793435 or 2449621. OLE color: 2449621.

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

Color convert

RGB 213 96 37 -
CMYK 0 0.55 0.83 0.16
HSL 20.11º 0.7% 0.49% -
HSV(B) 20.11º 0.83% 0.84% -
XYZ 31.96 22.65 4.44 -
YUV 124.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 213 96 37 0 0.55 0.83 0.16 20.11 0.7 0.49
Hex D5 60 25 0 37 53 10 14 46 31
Octal 325 140 45 0 67 123 20 24 106 61
Binary 11010101 1100000 100101 0 110111 1010011 10000 10100 1000110 110001

Color Harmonies of #D56025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56025

Black with #D56025

Text Example


Text Example

White with #D56025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56025; }

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

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

background-color css

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

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

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

border-color css

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

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

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