Html Css Color HEX #D46D0E Chocolate

📋 copy color: '#D46D0E'

red 212 ◦ green 109 ◦ blue 14

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

Shades of Chocolate #D46D0E

Tints of Chocolate #D46D0E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 14 (5.86% from 255) = 4.18%

R = 63.28%
G = 32.54%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D46D0E (or 0xD46D0E) is known color: Chocolate. HEX triplet: D4, 6D and 0E. RGB value is (212,109,14). Sum of RGB (Red+Green+Blue) = 212+109+14=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46D0E is #2B92F1. Grayscale: #818181. Windows color (decimal): -2855666 or 945620. OLE color: 945620.

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

Color convert

RGB 212 109 14 -
CMYK 0 0.49 0.93 0.17
HSL 28.79º 0.88% 0.44% -
HSV(B) 28.79º 0.93% 0.83% -
XYZ 32.7 24.97 3.51 -
YUV 128.97 63.12 187.22 -
System Red Green Blue C M Y K H S L
Decimal 212 109 14 0 0.49 0.93 0.17 28.79 0.88 0.44
Hex D4 6D E 0 31 5D 11 1D 58 2C
Octal 324 155 16 0 61 135 21 35 130 54
Binary 11010100 1101101 1110 0 110001 1011101 10001 11101 1011000 101100

Color Harmonies of #D46D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46D0E

Black with #D46D0E

Text Example


Text Example

White with #D46D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46D0E; }

 p { color: rgb(212,109,14); }

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

background-color css

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

 a { background-color: rgb(212,109,14); }

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

border-color css

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

 span { border-color: rgb(212,109,14); }

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