Html Css Color HEX #D56912 Chocolate

📋 copy color: '#D56912'

red 213 ◦ green 105 ◦ blue 18

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

Shades of Chocolate #D56912

Tints of Chocolate #D56912

RGB

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

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

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

R = 63.39%
G = 31.25%
B = 5.36%

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

#D56912 (or 0xD56912) is known color: Chocolate. HEX triplet: D5, 69 and 12. RGB value is (213,105,18). Sum of RGB (Red+Green+Blue) = 213+105+18=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D56912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56912 is #2A96ED. Grayscale: #7F7F7F. Windows color (decimal): -2791150 or 1206741. OLE color: 1206741.

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

Color convert

RGB 213 105 18 -
CMYK 0 0.51 0.92 0.16
HSL 26.77º 0.84% 0.45% -
HSV(B) 26.77º 0.92% 0.84% -
XYZ 32.6 24.29 3.54 -
YUV 127.37 66.28 189.07 -
System Red Green Blue C M Y K H S L
Decimal 213 105 18 0 0.51 0.92 0.16 26.77 0.84 0.45
Hex D5 69 12 0 33 5C 10 1B 54 2D
Octal 325 151 22 0 63 134 20 33 124 55
Binary 11010101 1101001 10010 0 110011 1011100 10000 11011 1010100 101101

Color Harmonies of #D56912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56912

Black with #D56912

Text Example


Text Example

White with #D56912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56912; }

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

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

background-color css

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

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

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

border-color css

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

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

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