Html Css Color HEX #D57014 Chocolate

📋 copy color: '#D57014'

red 213 ◦ green 112 ◦ blue 20

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

Shades of Chocolate #D57014

Tints of Chocolate #D57014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 61.74%
G = 32.46%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D57014 (or 0xD57014) is known color: Chocolate. HEX triplet: D5, 70 and 14. RGB value is (213,112,20). Sum of RGB (Red+Green+Blue) = 213+112+20=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D57014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57014 is #2A8FEB. Grayscale: #848484. Windows color (decimal): -2789356 or 1339605. OLE color: 1339605.

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

Color convert

RGB 213 112 20 -
CMYK 0 0.47 0.91 0.16
HSL 28.6º 0.83% 0.46% -
HSV(B) 28.6º 0.91% 0.84% -
XYZ 33.36 25.78 3.88 -
YUV 131.71 64.96 185.98 -
System Red Green Blue C M Y K H S L
Decimal 213 112 20 0 0.47 0.91 0.16 28.6 0.83 0.46
Hex D5 70 14 0 2F 5B 10 1D 53 2E
Octal 325 160 24 0 57 133 20 35 123 56
Binary 11010101 1110000 10100 0 101111 1011011 10000 11101 1010011 101110

Color Harmonies of #D57014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57014

Black with #D57014

Text Example


Text Example

White with #D57014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57014; }

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

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

background-color css

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

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

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

border-color css

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

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

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