Html Css Color HEX #D9B526 Gold Tips

📋 copy color: '#D9B526'

red 217 ◦ green 181 ◦ blue 38

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

Shades of Gold Tips #D9B526

Tints of Gold Tips #D9B526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.72%

R = 49.77%
G = 41.51%
B = 8.72%

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

#D9B526 (or 0xD9B526) is known color: Gold Tips. HEX triplet: D9, B5 and 26. RGB value is (217,181,38). Sum of RGB (Red+Green+Blue) = 217+181+38=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B526 is #264AD9. Grayscale: #B0B0B0. Windows color (decimal): -2509530 or 2536921. OLE color: 2536921.

HSL color Cylindrical-coordinate representation of color #D9B526: hue angle of 47.93º 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 #D9B526 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 181 38 -
CMYK 0 0.17 0.82 0.15
HSL 47.93º 0.7% 0.5% -
HSV(B) 47.93º 0.82% 0.85% -
XYZ 45.49 47.94 8.69 -
YUV 175.46 50.43 157.63 -
System Red Green Blue C M Y K H S L
Decimal 217 181 38 0 0.17 0.82 0.15 47.93 0.7 0.5
Hex D9 B5 26 0 11 52 F 30 46 32
Octal 331 265 46 0 21 122 17 60 106 62
Binary 11011001 10110101 100110 0 10001 1010010 1111 110000 1000110 110010

Color Harmonies of #D9B526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B526

Black with #D9B526

Text Example


Text Example

White with #D9B526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B526; }

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

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

background-color css

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

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

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

border-color css

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

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

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