Html Css Color HEX #D9A332 Metallic Gold

📋 copy color: '#D9A332'

red 217 ◦ green 163 ◦ blue 50

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

Shades of Metallic Gold #D9A332

Tints of Metallic Gold #D9A332

RGB

 RED value IS 217 (85.16% from 255) = 50.47%

 GREEN value IS 163 (64.06% from 255) = 37.91%

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 50.47%
G = 37.91%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D9A332 (or 0xD9A332) is known color: Metallic Gold. HEX triplet: D9, A3 and 32. RGB value is (217,163,50). Sum of RGB (Red+Green+Blue) = 217+163+50=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A332 is #265CCD. Grayscale: #A6A6A6. Windows color (decimal): -2514126 or 3318745. OLE color: 3318745.

HSL color Cylindrical-coordinate representation of color #D9A332: hue angle of 40.6º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9A332 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 163 50 -
CMYK 0 0.25 0.77 0.15
HSL 40.6º 0.69% 0.52% -
HSV(B) 40.6º 0.77% 0.85% -
XYZ 42.29 41.18 8.74 -
YUV 166.26 62.39 164.19 -
System Red Green Blue C M Y K H S L
Decimal 217 163 50 0 0.25 0.77 0.15 40.6 0.69 0.52
Hex D9 A3 32 0 19 4D F 29 45 34
Octal 331 243 62 0 31 115 17 51 105 64
Binary 11011001 10100011 110010 0 11001 1001101 1111 101001 1000101 110100

Color Harmonies of #D9A332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A332

Black with #D9A332

Text Example


Text Example

White with #D9A332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A332; }

 p { color: rgb(217,163,50); }

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

background-color css

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

 a { background-color: rgb(217,163,50); }

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

border-color css

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

 span { border-color: rgb(217,163,50); }

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