Html Css Color HEX #D8B528 Gold Tips

📋 copy color: '#D8B528'

red 216 ◦ green 181 ◦ blue 40

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

Shades of Gold Tips #D8B528

Tints of Gold Tips #D8B528

RGB

 RED value IS 216 (84.77% from 255) = 49.43%

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

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

R = 49.43%
G = 41.42%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8B528 (or 0xD8B528) is known color: Gold Tips. HEX triplet: D8, B5 and 28. RGB value is (216,181,40). Sum of RGB (Red+Green+Blue) = 216+181+40=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B528 is #274AD7. Grayscale: #AFAFAF. Windows color (decimal): -2575064 or 2667992. OLE color: 2667992.

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

Color convert

RGB 216 181 40 -
CMYK 0 0.16 0.81 0.15
HSL 48.07º 0.69% 0.5% -
HSV(B) 48.07º 0.81% 0.85% -
XYZ 45.23 47.8 8.85 -
YUV 175.39 51.6 156.96 -
System Red Green Blue C M Y K H S L
Decimal 216 181 40 0 0.16 0.81 0.15 48.07 0.69 0.5
Hex D8 B5 28 0 10 51 F 30 45 32
Octal 330 265 50 0 20 121 17 60 105 62
Binary 11011000 10110101 101000 0 10000 1010001 1111 110000 1000101 110010

Color Harmonies of #D8B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B528

Black with #D8B528

Text Example


Text Example

White with #D8B528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B528; }

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

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

background-color css

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

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

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

border-color css

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

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

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