Html Css Color HEX #D47214 Chocolate

📋 copy color: '#D47214'

red 212 ◦ green 114 ◦ blue 20

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

Shades of Chocolate #D47214

Tints of Chocolate #D47214

RGB

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

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

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

R = 61.27%
G = 32.95%
B = 5.78%

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

#D47214 (or 0xD47214) is known color: Chocolate. HEX triplet: D4, 72 and 14. RGB value is (212,114,20). Sum of RGB (Red+Green+Blue) = 212+114+20=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D47214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47214 is #2B8DEB. Grayscale: #858585. Windows color (decimal): -2854380 or 1340116. OLE color: 1340116.

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

Color convert

RGB 212 114 20 -
CMYK 0 0.46 0.91 0.17
HSL 29.38º 0.83% 0.45% -
HSV(B) 29.38º 0.91% 0.83% -
XYZ 33.29 26.08 3.94 -
YUV 132.59 64.47 184.64 -
System Red Green Blue C M Y K H S L
Decimal 212 114 20 0 0.46 0.91 0.17 29.38 0.83 0.45
Hex D4 72 14 0 2E 5B 11 1D 53 2D
Octal 324 162 24 0 56 133 21 35 123 55
Binary 11010100 1110010 10100 0 101110 1011011 10001 11101 1010011 101101

Color Harmonies of #D47214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47214

Black with #D47214

Text Example


Text Example

White with #D47214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47214; }

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

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

background-color css

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

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

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

border-color css

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

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

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