Html Css Color HEX #D57214 Chocolate

📋 copy color: '#D57214'

red 213 ◦ green 114 ◦ blue 20

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

Shades of Chocolate #D57214

Tints of Chocolate #D57214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 20 (8.2% from 255) = 5.76%

R = 61.38%
G = 32.85%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D57214 (or 0xD57214) is known color: Chocolate. HEX triplet: D5, 72 and 14. RGB value is (213,114,20). Sum of RGB (Red+Green+Blue) = 213+114+20=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D57214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57214 is #2A8DEB. Grayscale: #858585. Windows color (decimal): -2788844 or 1340117. OLE color: 1340117.

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

Color convert

RGB 213 114 20 -
CMYK 0 0.46 0.91 0.16
HSL 29.22º 0.83% 0.46% -
HSV(B) 29.22º 0.91% 0.84% -
XYZ 33.58 26.23 3.95 -
YUV 132.89 64.3 185.14 -
System Red Green Blue C M Y K H S L
Decimal 213 114 20 0 0.46 0.91 0.16 29.22 0.83 0.46
Hex D5 72 14 0 2E 5B 10 1D 53 2E
Octal 325 162 24 0 56 133 20 35 123 56
Binary 11010101 1110010 10100 0 101110 1011011 10000 11101 1010011 101110

Color Harmonies of #D57214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57214

Black with #D57214

Text Example


Text Example

White with #D57214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57214; }

 p { color: rgb(213,114,20); }

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

background-color css

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

 a { background-color: rgb(213,114,20); }

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

border-color css

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

 span { border-color: rgb(213,114,20); }

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