Html Css Color HEX #D57019 Chocolate

📋 copy color: '#D57019'

red 213 ◦ green 112 ◦ blue 25

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

Shades of Chocolate #D57019

Tints of Chocolate #D57019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.14%

R = 60.86%
G = 32%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D57019 (or 0xD57019) is known color: Chocolate. HEX triplet: D5, 70 and 19. RGB value is (213,112,25). Sum of RGB (Red+Green+Blue) = 213+112+25=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57019 is #2A8FE6. Grayscale: #848484. Windows color (decimal): -2789351 or 1667285. OLE color: 1667285.

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

Color convert

RGB 213 112 25 -
CMYK 0 0.47 0.88 0.16
HSL 27.77º 0.79% 0.47% -
HSV(B) 27.77º 0.88% 0.84% -
XYZ 33.41 25.8 4.14 -
YUV 132.28 67.46 185.57 -
System Red Green Blue C M Y K H S L
Decimal 213 112 25 0 0.47 0.88 0.16 27.77 0.79 0.47
Hex D5 70 19 0 2F 58 10 1C 4F 2F
Octal 325 160 31 0 57 130 20 34 117 57
Binary 11010101 1110000 11001 0 101111 1011000 10000 11100 1001111 101111

Color Harmonies of #D57019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57019

Black with #D57019

Text Example


Text Example

White with #D57019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57019; }

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

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

background-color css

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

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

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

border-color css

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

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

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