Html Css Color HEX #D47319 Chocolate

📋 copy color: '#D47319'

red 212 ◦ green 115 ◦ blue 25

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

Shades of Chocolate #D47319

Tints of Chocolate #D47319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.1%

R = 60.23%
G = 32.67%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D47319 (or 0xD47319) is known color: Chocolate. HEX triplet: D4, 73 and 19. RGB value is (212,115,25). Sum of RGB (Red+Green+Blue) = 212+115+25=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D47319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47319 is #2B8CE6. Grayscale: #868686. Windows color (decimal): -2854119 or 1668052. OLE color: 1668052.

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

Color convert

RGB 212 115 25 -
CMYK 0 0.46 0.88 0.17
HSL 28.88º 0.79% 0.46% -
HSV(B) 28.88º 0.88% 0.83% -
XYZ 33.46 26.33 4.24 -
YUV 133.74 66.64 183.82 -
System Red Green Blue C M Y K H S L
Decimal 212 115 25 0 0.46 0.88 0.17 28.88 0.79 0.46
Hex D4 73 19 0 2E 58 11 1D 4F 2E
Octal 324 163 31 0 56 130 21 35 117 56
Binary 11010100 1110011 11001 0 101110 1011000 10001 11101 1001111 101110

Color Harmonies of #D47319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47319

Black with #D47319

Text Example


Text Example

White with #D47319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47319; }

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

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

background-color css

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

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

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

border-color css

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

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

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