Html Css Color HEX #D46D0F Chocolate

📋 copy color: '#D46D0F'

red 212 ◦ green 109 ◦ blue 15

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

Shades of Chocolate #D46D0F

Tints of Chocolate #D46D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 63.1%
G = 32.44%
B = 4.46%

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

#D46D0F (or 0xD46D0F) is known color: Chocolate. HEX triplet: D4, 6D and 0F. RGB value is (212,109,15). Sum of RGB (Red+Green+Blue) = 212+109+15=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46D0F is #2B92F0. Grayscale: #818181. Windows color (decimal): -2855665 or 1011156. OLE color: 1011156.

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

Color convert

RGB 212 109 15 -
CMYK 0 0.49 0.93 0.17
HSL 28.63º 0.87% 0.45% -
HSV(B) 28.63º 0.93% 0.83% -
XYZ 32.71 24.97 3.55 -
YUV 129.08 63.62 187.14 -
System Red Green Blue C M Y K H S L
Decimal 212 109 15 0 0.49 0.93 0.17 28.63 0.87 0.45
Hex D4 6D F 0 31 5D 11 1D 57 2D
Octal 324 155 17 0 61 135 21 35 127 55
Binary 11010100 1101101 1111 0 110001 1011101 10001 11101 1010111 101101

Color Harmonies of #D46D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46D0F

Black with #D46D0F

Text Example


Text Example

White with #D46D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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