Html Css Color HEX #D46A09 Chocolate

📋 copy color: '#D46A09'

red 212 ◦ green 106 ◦ blue 9

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

Shades of Chocolate #D46A09

Tints of Chocolate #D46A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.42%

 BLUE value IS 9 (3.91% from 255) = 2.75%

R = 64.83%
G = 32.42%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D46A09 (or 0xD46A09) is known color: Chocolate. HEX triplet: D4, 6A and 09. RGB value is (212,106,9). Sum of RGB (Red+Green+Blue) = 212+106+9=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46A09 is #2B95F6. Grayscale: #7F7F7F. Windows color (decimal): -2856439 or 617172. OLE color: 617172.

HSL color Cylindrical-coordinate representation of color #D46A09: hue angle of 28.67º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D46A09 is Cyan = 0, Magento = 0.5, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 106 9 -
CMYK 0 0.5 0.96 0.17
HSL 28.67º 0.92% 0.43% -
HSV(B) 28.67º 0.96% 0.83% -
XYZ 32.35 24.32 3.25 -
YUV 126.64 61.62 188.89 -
System Red Green Blue C M Y K H S L
Decimal 212 106 9 0 0.5 0.96 0.17 28.67 0.92 0.43
Hex D4 6A 9 0 32 60 11 1D 5C 2B
Octal 324 152 11 0 62 140 21 35 134 53
Binary 11010100 1101010 1001 0 110010 1100000 10001 11101 1011100 101011

Color Harmonies of #D46A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A09

Black with #D46A09

Text Example


Text Example

White with #D46A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A09; }

 p { color: rgb(212,106,9); }

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

background-color css

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

 a { background-color: rgb(212,106,9); }

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

border-color css

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

 span { border-color: rgb(212,106,9); }

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