Html Css Color HEX #D56918 Chocolate

📋 copy color: '#D56918'

red 213 ◦ green 105 ◦ blue 24

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

Shades of Chocolate #D56918

Tints of Chocolate #D56918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 62.28%
G = 30.7%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D56918 (or 0xD56918) is known color: Chocolate. HEX triplet: D5, 69 and 18. RGB value is (213,105,24). Sum of RGB (Red+Green+Blue) = 213+105+24=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D56918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56918 is #2A96E7. Grayscale: #808080. Windows color (decimal): -2791144 or 1599957. OLE color: 1599957.

HSL color Cylindrical-coordinate representation of color #D56918: hue angle of 25.71º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D56918 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 24 -
CMYK 0 0.51 0.89 0.16
HSL 25.71º 0.8% 0.46% -
HSV(B) 25.71º 0.89% 0.84% -
XYZ 32.66 24.32 3.84 -
YUV 128.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 213 105 24 0 0.51 0.89 0.16 25.71 0.8 0.46
Hex D5 69 18 0 33 59 10 1A 50 2E
Octal 325 151 30 0 63 131 20 32 120 56
Binary 11010101 1101001 11000 0 110011 1011001 10000 11010 1010000 101110

Color Harmonies of #D56918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56918

Black with #D56918

Text Example


Text Example

White with #D56918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56918; }

 p { color: rgb(213,105,24); }

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

background-color css

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

 a { background-color: rgb(213,105,24); }

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

border-color css

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

 span { border-color: rgb(213,105,24); }

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