Html Css Color HEX #D47313 Chocolate

📋 copy color: '#D47313'

red 212 ◦ green 115 ◦ blue 19

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

Shades of Chocolate #D47313

Tints of Chocolate #D47313

RGB

 RED value IS 212 (83.2% from 255) = 61.27%

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

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 61.27%
G = 33.24%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D47313 (or 0xD47313) is known color: Chocolate. HEX triplet: D4, 73 and 13. RGB value is (212,115,19). Sum of RGB (Red+Green+Blue) = 212+115+19=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D47313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47313 is #2B8CEC. Grayscale: #858585. Windows color (decimal): -2854125 or 1274836. OLE color: 1274836.

HSL color Cylindrical-coordinate representation of color #D47313: hue angle of 29.84º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D47313 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 115 19 -
CMYK 0 0.46 0.91 0.17
HSL 29.84º 0.84% 0.45% -
HSV(B) 29.84º 0.91% 0.83% -
XYZ 33.4 26.31 3.93 -
YUV 133.06 63.64 184.31 -
System Red Green Blue C M Y K H S L
Decimal 212 115 19 0 0.46 0.91 0.17 29.84 0.84 0.45
Hex D4 73 13 0 2E 5B 11 1E 54 2D
Octal 324 163 23 0 56 133 21 36 124 55
Binary 11010100 1110011 10011 0 101110 1011011 10001 11110 1010100 101101

Color Harmonies of #D47313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47313

Black with #D47313

Text Example


Text Example

White with #D47313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47313; }

 p { color: rgb(212,115,19); }

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

background-color css

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

 a { background-color: rgb(212,115,19); }

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

border-color css

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

 span { border-color: rgb(212,115,19); }

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