Html Css Color HEX #D46A31 Gold Drop

📋 copy color: '#D46A31'

red 212 ◦ green 106 ◦ blue 49

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

Shades of Gold Drop #D46A31

Tints of Gold Drop #D46A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.35%

R = 57.77%
G = 28.88%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D46A31 (or 0xD46A31) is known color: Gold Drop. HEX triplet: D4, 6A and 31. RGB value is (212,106,49). Sum of RGB (Red+Green+Blue) = 212+106+49=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46A31 is #2B95CE. Grayscale: #838383. Windows color (decimal): -2856399 or 3238612. OLE color: 3238612.

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

Color convert

RGB 212 106 49 -
CMYK 0 0.5 0.77 0.17
HSL 20.98º 0.65% 0.51% -
HSV(B) 20.98º 0.77% 0.83% -
XYZ 32.86 24.53 5.91 -
YUV 131.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 212 106 49 0 0.5 0.77 0.17 20.98 0.65 0.51
Hex D4 6A 31 0 32 4D 11 15 41 33
Octal 324 152 61 0 62 115 21 25 101 63
Binary 11010100 1101010 110001 0 110010 1001101 10001 10101 1000001 110011

Color Harmonies of #D46A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A31

Black with #D46A31

Text Example


Text Example

White with #D46A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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