Html Css Color HEX #D9B520 Gold Tips

📋 copy color: '#D9B520'

red 217 ◦ green 181 ◦ blue 32

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

Shades of Gold Tips #D9B520

Tints of Gold Tips #D9B520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.44%

R = 50.47%
G = 42.09%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D9B520 (or 0xD9B520) is known color: Gold Tips. HEX triplet: D9, B5 and 20. RGB value is (217,181,32). Sum of RGB (Red+Green+Blue) = 217+181+32=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B520 is #264ADF. Grayscale: #AFAFAF. Windows color (decimal): -2509536 or 2143705. OLE color: 2143705.

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

Color convert

RGB 217 181 32 -
CMYK 0 0.17 0.85 0.15
HSL 48.32º 0.74% 0.49% -
HSV(B) 48.32º 0.85% 0.85% -
XYZ 45.4 47.9 8.22 -
YUV 174.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 217 181 32 0 0.17 0.85 0.15 48.32 0.74 0.49
Hex D9 B5 20 0 11 55 F 30 4A 31
Octal 331 265 40 0 21 125 17 60 112 61
Binary 11011001 10110101 100000 0 10001 1010101 1111 110000 1001010 110001

Color Harmonies of #D9B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B520

Black with #D9B520

Text Example


Text Example

White with #D9B520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B520; }

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

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

background-color css

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

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

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

border-color css

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

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

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