Html Css Color HEX #D9B033 Metallic Gold

📋 copy color: '#D9B033'

red 217 ◦ green 176 ◦ blue 51

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

Shades of Metallic Gold #D9B033

Tints of Metallic Gold #D9B033

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 51 (20.31% from 255) = 11.49%

R = 48.87%
G = 39.64%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9B033 (or 0xD9B033) is known color: Metallic Gold. HEX triplet: D9, B0 and 33. RGB value is (217,176,51). Sum of RGB (Red+Green+Blue) = 217+176+51=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B033 is #264FCC. Grayscale: #AEAEAE. Windows color (decimal): -2510797 or 3387609. OLE color: 3387609.

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

Color convert

RGB 217 176 51 -
CMYK 0 0.19 0.76 0.15
HSL 45.18º 0.69% 0.53% -
HSV(B) 45.18º 0.76% 0.85% -
XYZ 44.74 46.04 9.66 -
YUV 174.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 217 176 51 0 0.19 0.76 0.15 45.18 0.69 0.53
Hex D9 B0 33 0 13 4C F 2D 45 35
Octal 331 260 63 0 23 114 17 55 105 65
Binary 11011001 10110000 110011 0 10011 1001100 1111 101101 1000101 110101

Color Harmonies of #D9B033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B033

Black with #D9B033

Text Example


Text Example

White with #D9B033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B033; }

 p { color: rgb(217,176,51); }

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

background-color css

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

 a { background-color: rgb(217,176,51); }

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

border-color css

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

 span { border-color: rgb(217,176,51); }

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