Html Css Color HEX #D56F18 Chocolate

📋 copy color: '#D56F18'

red 213 ◦ green 111 ◦ blue 24

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

Shades of Chocolate #D56F18

Tints of Chocolate #D56F18

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 61.21%
G = 31.9%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D56F18 (or 0xD56F18) is known color: Chocolate. HEX triplet: D5, 6F and 18. RGB value is (213,111,24). Sum of RGB (Red+Green+Blue) = 213+111+24=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56F18 is #2A90E7. Grayscale: #848484. Windows color (decimal): -2789608 or 1601493. OLE color: 1601493.

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

Color convert

RGB 213 111 24 -
CMYK 0 0.48 0.89 0.16
HSL 27.62º 0.8% 0.46% -
HSV(B) 27.62º 0.89% 0.84% -
XYZ 33.29 25.58 4.05 -
YUV 131.58 67.29 186.07 -
System Red Green Blue C M Y K H S L
Decimal 213 111 24 0 0.48 0.89 0.16 27.62 0.8 0.46
Hex D5 6F 18 0 30 59 10 1C 50 2E
Octal 325 157 30 0 60 131 20 34 120 56
Binary 11010101 1101111 11000 0 110000 1011001 10000 11100 1010000 101110

Color Harmonies of #D56F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F18

Black with #D56F18

Text Example


Text Example

White with #D56F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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