Html Css Color HEX #D9B528 Gold Tips

📋 copy color: '#D9B528'

red 217 ◦ green 181 ◦ blue 40

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

Shades of Gold Tips #D9B528

Tints of Gold Tips #D9B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

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

R = 49.54%
G = 41.32%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9B528 (or 0xD9B528) is known color: Gold Tips. HEX triplet: D9, B5 and 28. RGB value is (217,181,40). Sum of RGB (Red+Green+Blue) = 217+181+40=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B528 is #264AD7. Grayscale: #B0B0B0. Windows color (decimal): -2509528 or 2667993. OLE color: 2667993.

HSL color Cylindrical-coordinate representation of color #D9B528: hue angle of 47.8º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9B528 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 181 40 -
CMYK 0 0.17 0.82 0.15
HSL 47.8º 0.7% 0.5% -
HSV(B) 47.8º 0.82% 0.85% -
XYZ 45.52 47.95 8.86 -
YUV 175.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 217 181 40 0 0.17 0.82 0.15 47.8 0.7 0.5
Hex D9 B5 28 0 11 52 F 30 46 32
Octal 331 265 50 0 21 122 17 60 106 62
Binary 11011001 10110101 101000 0 10001 1010010 1111 110000 1000110 110010

Color Harmonies of #D9B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B528

Black with #D9B528

Text Example


Text Example

White with #D9B528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B528; }

 p { color: rgb(217,181,40); }

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

background-color css

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

 a { background-color: rgb(217,181,40); }

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

border-color css

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

 span { border-color: rgb(217,181,40); }

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