Html Css Color HEX #D56710 Chocolate

📋 copy color: '#D56710'

red 213 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #D56710

Tints of Chocolate #D56710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.02%

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

R = 64.16%
G = 31.02%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D56710 (or 0xD56710) is known color: Chocolate. HEX triplet: D5, 67 and 10. RGB value is (213,103,16). Sum of RGB (Red+Green+Blue) = 213+103+16=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D56710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56710 is #2A98EF. Grayscale: #7E7E7E. Windows color (decimal): -2791664 or 1075157. OLE color: 1075157.

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

Color convert

RGB 213 103 16 -
CMYK 0 0.52 0.92 0.16
HSL 26.5º 0.86% 0.45% -
HSV(B) 26.5º 0.92% 0.84% -
XYZ 32.38 23.88 3.39 -
YUV 125.97 65.94 190.07 -
System Red Green Blue C M Y K H S L
Decimal 213 103 16 0 0.52 0.92 0.16 26.5 0.86 0.45
Hex D5 67 10 0 34 5C 10 1A 56 2D
Octal 325 147 20 0 64 134 20 32 126 55
Binary 11010101 1100111 10000 0 110100 1011100 10000 11010 1010110 101101

Color Harmonies of #D56710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56710

Black with #D56710

Text Example


Text Example

White with #D56710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56710; }

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

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

background-color css

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

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

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

border-color css

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

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

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