Html Css Color HEX #D47215 Chocolate

📋 copy color: '#D47215'

red 212 ◦ green 114 ◦ blue 21

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

Shades of Chocolate #D47215

Tints of Chocolate #D47215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 21 (8.59% from 255) = 6.05%

R = 61.1%
G = 32.85%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D47215 (or 0xD47215) is known color: Chocolate. HEX triplet: D4, 72 and 15. RGB value is (212,114,21). Sum of RGB (Red+Green+Blue) = 212+114+21=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D47215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47215 is #2B8DEA. Grayscale: #858585. Windows color (decimal): -2854379 or 1405652. OLE color: 1405652.

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

Color convert

RGB 212 114 21 -
CMYK 0 0.46 0.90 0.17
HSL 29.21º 0.82% 0.46% -
HSV(B) 29.21º 0.9% 0.83% -
XYZ 33.3 26.09 3.99 -
YUV 132.7 64.97 184.56 -
System Red Green Blue C M Y K H S L
Decimal 212 114 21 0 0.46 0.90 0.17 29.21 0.82 0.46
Hex D4 72 15 0 2E 5A 11 1D 52 2E
Octal 324 162 25 0 56 132 21 35 122 56
Binary 11010100 1110010 10101 0 101110 1011010 10001 11101 1010010 101110

Color Harmonies of #D47215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47215

Black with #D47215

Text Example


Text Example

White with #D47215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47215; }

 p { color: rgb(212,114,21); }

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

background-color css

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

 a { background-color: rgb(212,114,21); }

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

border-color css

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

 span { border-color: rgb(212,114,21); }

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