Html Css Color HEX #D8B522 Gold Tips

📋 copy color: '#D8B522'

red 216 ◦ green 181 ◦ blue 34

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

Shades of Gold Tips #D8B522

Tints of Gold Tips #D8B522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.89%

R = 50.12%
G = 42%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8B522 (or 0xD8B522) is known color: Gold Tips. HEX triplet: D8, B5 and 22. RGB value is (216,181,34). Sum of RGB (Red+Green+Blue) = 216+181+34=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B522 is #274ADD. Grayscale: #AFAFAF. Windows color (decimal): -2575070 or 2274776. OLE color: 2274776.

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

Color convert

RGB 216 181 34 -
CMYK 0 0.16 0.84 0.15
HSL 48.46º 0.73% 0.49% -
HSV(B) 48.46º 0.84% 0.85% -
XYZ 45.13 47.76 8.35 -
YUV 174.71 48.6 157.45 -
System Red Green Blue C M Y K H S L
Decimal 216 181 34 0 0.16 0.84 0.15 48.46 0.73 0.49
Hex D8 B5 22 0 10 54 F 30 49 31
Octal 330 265 42 0 20 124 17 60 111 61
Binary 11011000 10110101 100010 0 10000 1010100 1111 110000 1001001 110001

Color Harmonies of #D8B522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B522

Black with #D8B522

Text Example


Text Example

White with #D8B522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B522; }

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

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

background-color css

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

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

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

border-color css

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

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

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