Html Css Color HEX #D56917 Chocolate

📋 copy color: '#D56917'

red 213 ◦ green 105 ◦ blue 23

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

Shades of Chocolate #D56917

Tints of Chocolate #D56917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.74%

R = 62.46%
G = 30.79%
B = 6.74%

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

#D56917 (or 0xD56917) is known color: Chocolate. HEX triplet: D5, 69 and 17. RGB value is (213,105,23). Sum of RGB (Red+Green+Blue) = 213+105+23=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D56917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56917 is #2A96E8. Grayscale: #808080. Windows color (decimal): -2791145 or 1534421. OLE color: 1534421.

HSL color Cylindrical-coordinate representation of color #D56917: hue angle of 25.89º degrees, saturation: 0.81, 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 #D56917 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 23 -
CMYK 0 0.51 0.89 0.16
HSL 25.89º 0.81% 0.46% -
HSV(B) 25.89º 0.89% 0.84% -
XYZ 32.65 24.31 3.78 -
YUV 127.94 68.78 188.67 -
System Red Green Blue C M Y K H S L
Decimal 213 105 23 0 0.51 0.89 0.16 25.89 0.81 0.46
Hex D5 69 17 0 33 59 10 1A 51 2E
Octal 325 151 27 0 63 131 20 32 121 56
Binary 11010101 1101001 10111 0 110011 1011001 10000 11010 1010001 101110

Color Harmonies of #D56917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56917

Black with #D56917

Text Example


Text Example

White with #D56917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56917; }

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

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

background-color css

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

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

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

border-color css

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

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

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