Html Css Color HEX #D57414 Chocolate

📋 copy color: '#D57414'

red 213 ◦ green 116 ◦ blue 20

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

Shades of Chocolate #D57414

Tints of Chocolate #D57414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

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

R = 61.03%
G = 33.24%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D57414 (or 0xD57414) is known color: Chocolate. HEX triplet: D5, 74 and 14. RGB value is (213,116,20). Sum of RGB (Red+Green+Blue) = 213+116+20=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D57414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57414 is #2A8BEB. Grayscale: #868686. Windows color (decimal): -2788332 or 1340629. OLE color: 1340629.

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

Color convert

RGB 213 116 20 -
CMYK 0 0.46 0.91 0.16
HSL 29.84º 0.83% 0.46% -
HSV(B) 29.84º 0.91% 0.84% -
XYZ 33.81 26.69 4.03 -
YUV 134.06 63.64 184.31 -
System Red Green Blue C M Y K H S L
Decimal 213 116 20 0 0.46 0.91 0.16 29.84 0.83 0.46
Hex D5 74 14 0 2E 5B 10 1E 53 2E
Octal 325 164 24 0 56 133 20 36 123 56
Binary 11010101 1110100 10100 0 101110 1011011 10000 11110 1010011 101110

Color Harmonies of #D57414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57414

Black with #D57414

Text Example


Text Example

White with #D57414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57414; }

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

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

background-color css

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

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

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

border-color css

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

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

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