Html Css Color HEX #D57316 Chocolate

📋 copy color: '#D57316'

red 213 ◦ green 115 ◦ blue 22

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

Shades of Chocolate #D57316

Tints of Chocolate #D57316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 60.86%
G = 32.86%
B = 6.29%

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

#D57316 (or 0xD57316) is known color: Chocolate. HEX triplet: D5, 73 and 16. RGB value is (213,115,22). Sum of RGB (Red+Green+Blue) = 213+115+22=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57316 is #2A8CE9. Grayscale: #868686. Windows color (decimal): -2788586 or 1471445. OLE color: 1471445.

HSL color Cylindrical-coordinate representation of color #D57316: hue angle of 29.21º degrees, saturation: 0.81, 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 #D57316 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 22 -
CMYK 0 0.46 0.90 0.16
HSL 29.21º 0.81% 0.46% -
HSV(B) 29.21º 0.9% 0.84% -
XYZ 33.72 26.47 4.09 -
YUV 133.7 64.97 184.56 -
System Red Green Blue C M Y K H S L
Decimal 213 115 22 0 0.46 0.90 0.16 29.21 0.81 0.46
Hex D5 73 16 0 2E 5A 10 1D 51 2E
Octal 325 163 26 0 56 132 20 35 121 56
Binary 11010101 1110011 10110 0 101110 1011010 10000 11101 1010001 101110

Color Harmonies of #D57316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57316

Black with #D57316

Text Example


Text Example

White with #D57316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57316; }

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

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

background-color css

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

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

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

border-color css

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

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

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