Html Css Color HEX #D46814 Chocolate

📋 copy color: '#D46814'

red 212 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #D46814

Tints of Chocolate #D46814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.95%

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

R = 63.1%
G = 30.95%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D46814 (or 0xD46814) is known color: Chocolate. HEX triplet: D4, 68 and 14. RGB value is (212,104,20). Sum of RGB (Red+Green+Blue) = 212+104+20=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D46814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46814 is #2B97EB. Grayscale: #7F7F7F. Windows color (decimal): -2856940 or 1337556. OLE color: 1337556.

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

Color convert

RGB 212 104 20 -
CMYK 0 0.51 0.91 0.17
HSL 26.25º 0.83% 0.45% -
HSV(B) 26.25º 0.91% 0.83% -
XYZ 32.23 23.95 3.59 -
YUV 126.72 67.78 188.83 -
System Red Green Blue C M Y K H S L
Decimal 212 104 20 0 0.51 0.91 0.17 26.25 0.83 0.45
Hex D4 68 14 0 33 5B 11 1A 53 2D
Octal 324 150 24 0 63 133 21 32 123 55
Binary 11010100 1101000 10100 0 110011 1011011 10001 11010 1010011 101101

Color Harmonies of #D46814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46814

Black with #D46814

Text Example


Text Example

White with #D46814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46814; }

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

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

background-color css

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

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

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

border-color css

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

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

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