Html Css Color HEX #D56812 Chocolate

📋 copy color: '#D56812'

red 213 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #D56812

Tints of Chocolate #D56812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 63.58%
G = 31.04%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D56812 (or 0xD56812) is known color: Chocolate. HEX triplet: D5, 68 and 12. RGB value is (213,104,18). Sum of RGB (Red+Green+Blue) = 213+104+18=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D56812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56812 is #2A97ED. Grayscale: #7F7F7F. Windows color (decimal): -2791406 or 1206485. OLE color: 1206485.

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

Color convert

RGB 213 104 18 -
CMYK 0 0.51 0.92 0.16
HSL 26.46º 0.84% 0.45% -
HSV(B) 26.46º 0.92% 0.84% -
XYZ 32.5 24.09 3.51 -
YUV 126.79 66.61 189.49 -
System Red Green Blue C M Y K H S L
Decimal 213 104 18 0 0.51 0.92 0.16 26.46 0.84 0.45
Hex D5 68 12 0 33 5C 10 1A 54 2D
Octal 325 150 22 0 63 134 20 32 124 55
Binary 11010101 1101000 10010 0 110011 1011100 10000 11010 1010100 101101

Color Harmonies of #D56812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56812

Black with #D56812

Text Example


Text Example

White with #D56812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56812; }

 p { color: rgb(213,104,18); }

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

background-color css

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

 a { background-color: rgb(213,104,18); }

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

border-color css

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

 span { border-color: rgb(213,104,18); }

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