Html Css Color HEX #D46329 Gold Drop

📋 copy color: '#D46329'

red 212 ◦ green 99 ◦ blue 41

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

Shades of Gold Drop #D46329

Tints of Gold Drop #D46329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

 BLUE value IS 41 (16.41% from 255) = 11.65%

R = 60.23%
G = 28.13%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D46329 (or 0xD46329) is known color: Gold Drop. HEX triplet: D4, 63 and 29. RGB value is (212,99,41). Sum of RGB (Red+Green+Blue) = 212+99+41=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D46329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46329 is #2B9CD6. Grayscale: #7E7E7E. Windows color (decimal): -2858199 or 2712532. OLE color: 2712532.

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

Color convert

RGB 212 99 41 -
CMYK 0 0.53 0.81 0.17
HSL 20.35º 0.68% 0.5% -
HSV(B) 20.35º 0.81% 0.83% -
XYZ 32.01 23.08 4.87 -
YUV 126.18 79.94 189.22 -
System Red Green Blue C M Y K H S L
Decimal 212 99 41 0 0.53 0.81 0.17 20.35 0.68 0.5
Hex D4 63 29 0 35 51 11 14 44 32
Octal 324 143 51 0 65 121 21 24 104 62
Binary 11010100 1100011 101001 0 110101 1010001 10001 10100 1000100 110010

Color Harmonies of #D46329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46329

Black with #D46329

Text Example


Text Example

White with #D46329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46329; }

 p { color: rgb(212,99,41); }

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

background-color css

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

 a { background-color: rgb(212,99,41); }

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

border-color css

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

 span { border-color: rgb(212,99,41); }

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