Html Css Color HEX #D56510 Chocolate

📋 copy color: '#D56510'

red 213 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #D56510

Tints of Chocolate #D56510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 64.55%
G = 30.61%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D56510 (or 0xD56510) is known color: Chocolate. HEX triplet: D5, 65 and 10. RGB value is (213,101,16). Sum of RGB (Red+Green+Blue) = 213+101+16=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D56510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56510 is #2A9AEF. Grayscale: #7D7D7D. Windows color (decimal): -2792176 or 1074645. OLE color: 1074645.

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

Color convert

RGB 213 101 16 -
CMYK 0 0.53 0.92 0.16
HSL 25.89º 0.86% 0.45% -
HSV(B) 25.89º 0.92% 0.84% -
XYZ 32.19 23.49 3.33 -
YUV 124.8 66.61 190.91 -
System Red Green Blue C M Y K H S L
Decimal 213 101 16 0 0.53 0.92 0.16 25.89 0.86 0.45
Hex D5 65 10 0 35 5C 10 1A 56 2D
Octal 325 145 20 0 65 134 20 32 126 55
Binary 11010101 1100101 10000 0 110101 1011100 10000 11010 1010110 101101

Color Harmonies of #D56510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56510

Black with #D56510

Text Example


Text Example

White with #D56510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56510; }

 p { color: rgb(213,101,16); }

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

background-color css

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

 a { background-color: rgb(213,101,16); }

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

border-color css

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

 span { border-color: rgb(213,101,16); }

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