Html Css Color HEX #D8B527 Gold Tips

📋 copy color: '#D8B527'

red 216 ◦ green 181 ◦ blue 39

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

Shades of Gold Tips #D8B527

Tints of Gold Tips #D8B527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.94%

R = 49.54%
G = 41.51%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8B527 (or 0xD8B527) is known color: Gold Tips. HEX triplet: D8, B5 and 27. RGB value is (216,181,39). Sum of RGB (Red+Green+Blue) = 216+181+39=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B527 is #274AD8. Grayscale: #AFAFAF. Windows color (decimal): -2575065 or 2602456. OLE color: 2602456.

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

Color convert

RGB 216 181 39 -
CMYK 0 0.16 0.82 0.15
HSL 48.14º 0.69% 0.5% -
HSV(B) 48.14º 0.82% 0.85% -
XYZ 45.21 47.79 8.76 -
YUV 175.28 51.1 157.05 -
System Red Green Blue C M Y K H S L
Decimal 216 181 39 0 0.16 0.82 0.15 48.14 0.69 0.5
Hex D8 B5 27 0 10 52 F 30 45 32
Octal 330 265 47 0 20 122 17 60 105 62
Binary 11011000 10110101 100111 0 10000 1010010 1111 110000 1000101 110010

Color Harmonies of #D8B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B527

Black with #D8B527

Text Example


Text Example

White with #D8B527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B527; }

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

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

background-color css

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

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

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

border-color css

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

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

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