Html Css Color HEX #D57013 Chocolate

📋 copy color: '#D57013'

red 213 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #D57013

Tints of Chocolate #D57013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 61.92%
G = 32.56%
B = 5.52%

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

#D57013 (or 0xD57013) is known color: Chocolate. HEX triplet: D5, 70 and 13. RGB value is (213,112,19). Sum of RGB (Red+Green+Blue) = 213+112+19=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D57013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57013 is #2A8FEC. Grayscale: #848484. Windows color (decimal): -2789357 or 1274069. OLE color: 1274069.

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

Color convert

RGB 213 112 19 -
CMYK 0 0.47 0.91 0.16
HSL 28.76º 0.84% 0.45% -
HSV(B) 28.76º 0.91% 0.84% -
XYZ 33.35 25.78 3.83 -
YUV 131.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 213 112 19 0 0.47 0.91 0.16 28.76 0.84 0.45
Hex D5 70 13 0 2F 5B 10 1D 54 2D
Octal 325 160 23 0 57 133 20 35 124 55
Binary 11010101 1110000 10011 0 101111 1011011 10000 11101 1010100 101101

Color Harmonies of #D57013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57013

Black with #D57013

Text Example


Text Example

White with #D57013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57013; }

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

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

background-color css

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

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

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

border-color css

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

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

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