Html Css Color HEX #D46328 Gold Drop

📋 copy color: '#D46328'

red 212 ◦ green 99 ◦ blue 40

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

Shades of Gold Drop #D46328

Tints of Gold Drop #D46328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.4%

R = 60.4%
G = 28.21%
B = 11.4%

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

#D46328 (or 0xD46328) is known color: Gold Drop. HEX triplet: D4, 63 and 28. RGB value is (212,99,40). Sum of RGB (Red+Green+Blue) = 212+99+40=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D46328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46328 is #2B9CD7. Grayscale: #7E7E7E. Windows color (decimal): -2858200 or 2646996. OLE color: 2646996.

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

Color convert

RGB 212 99 40 -
CMYK 0 0.53 0.81 0.17
HSL 20.58º 0.68% 0.49% -
HSV(B) 20.58º 0.81% 0.83% -
XYZ 32 23.07 4.77 -
YUV 126.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 212 99 40 0 0.53 0.81 0.17 20.58 0.68 0.49
Hex D4 63 28 0 35 51 11 15 44 31
Octal 324 143 50 0 65 121 21 25 104 61
Binary 11010100 1100011 101000 0 110101 1010001 10001 10101 1000100 110001

Color Harmonies of #D46328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46328

Black with #D46328

Text Example


Text Example

White with #D46328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46328; }

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

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

background-color css

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

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

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

border-color css

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

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

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