Html Css Color HEX #D57315 Chocolate

📋 copy color: '#D57315'

red 213 ◦ green 115 ◦ blue 21

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

Shades of Chocolate #D57315

Tints of Chocolate #D57315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 21 (8.59% from 255) = 6.02%

R = 61.03%
G = 32.95%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D57315 (or 0xD57315) is known color: Chocolate. HEX triplet: D5, 73 and 15. RGB value is (213,115,21). Sum of RGB (Red+Green+Blue) = 213+115+21=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D57315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57315 is #2A8CEA. Grayscale: #868686. Windows color (decimal): -2788587 or 1405909. OLE color: 1405909.

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

Color convert

RGB 213 115 21 -
CMYK 0 0.46 0.90 0.16
HSL 29.38º 0.82% 0.46% -
HSV(B) 29.38º 0.9% 0.84% -
XYZ 33.71 26.46 4.04 -
YUV 133.59 64.47 184.64 -
System Red Green Blue C M Y K H S L
Decimal 213 115 21 0 0.46 0.90 0.16 29.38 0.82 0.46
Hex D5 73 15 0 2E 5A 10 1D 52 2E
Octal 325 163 25 0 56 132 20 35 122 56
Binary 11010101 1110011 10101 0 101110 1011010 10000 11101 1010010 101110

Color Harmonies of #D57315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57315

Black with #D57315

Text Example


Text Example

White with #D57315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57315; }

 p { color: rgb(213,115,21); }

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

background-color css

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

 a { background-color: rgb(213,115,21); }

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

border-color css

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

 span { border-color: rgb(213,115,21); }

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