Html Css Color HEX #D57314 Chocolate

📋 copy color: '#D57314'

red 213 ◦ green 115 ◦ blue 20

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

Shades of Chocolate #D57314

Tints of Chocolate #D57314

RGB

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

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

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

R = 61.21%
G = 33.05%
B = 5.75%

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

#D57314 (or 0xD57314) is known color: Chocolate. HEX triplet: D5, 73 and 14. RGB value is (213,115,20). Sum of RGB (Red+Green+Blue) = 213+115+20=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D57314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57314 is #2A8CEB. Grayscale: #858585. Windows color (decimal): -2788588 or 1340373. OLE color: 1340373.

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

Color convert

RGB 213 115 20 -
CMYK 0 0.46 0.91 0.16
HSL 29.53º 0.83% 0.46% -
HSV(B) 29.53º 0.91% 0.84% -
XYZ 33.7 26.46 3.99 -
YUV 133.47 63.97 184.72 -
System Red Green Blue C M Y K H S L
Decimal 213 115 20 0 0.46 0.91 0.16 29.53 0.83 0.46
Hex D5 73 14 0 2E 5B 10 1E 53 2E
Octal 325 163 24 0 56 133 20 36 123 56
Binary 11010101 1110011 10100 0 101110 1011011 10000 11110 1010011 101110

Color Harmonies of #D57314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57314

Black with #D57314

Text Example


Text Example

White with #D57314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57314; }

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

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

background-color css

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

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

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

border-color css

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

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

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