Html Css Color HEX #D57110 Chocolate

📋 copy color: '#D57110'

red 213 ◦ green 113 ◦ blue 16

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

Shades of Chocolate #D57110

Tints of Chocolate #D57110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

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

R = 62.28%
G = 33.04%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D57110 (or 0xD57110) is known color: Chocolate. HEX triplet: D5, 71 and 10. RGB value is (213,113,16). Sum of RGB (Red+Green+Blue) = 213+113+16=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D57110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57110 is #2A8EEF. Grayscale: #848484. Windows color (decimal): -2789104 or 1077717. OLE color: 1077717.

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

Color convert

RGB 213 113 16 -
CMYK 0 0.47 0.92 0.16
HSL 29.54º 0.86% 0.45% -
HSV(B) 29.54º 0.92% 0.84% -
XYZ 33.44 25.99 3.75 -
YUV 131.84 62.63 185.89 -
System Red Green Blue C M Y K H S L
Decimal 213 113 16 0 0.47 0.92 0.16 29.54 0.86 0.45
Hex D5 71 10 0 2F 5C 10 1E 56 2D
Octal 325 161 20 0 57 134 20 36 126 55
Binary 11010101 1110001 10000 0 101111 1011100 10000 11110 1010110 101101

Color Harmonies of #D57110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57110

Black with #D57110

Text Example


Text Example

White with #D57110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57110; }

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

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

background-color css

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

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

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

border-color css

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

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

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