Html Css Color HEX #D9B928 Gold Tips

📋 copy color: '#D9B928'

red 217 ◦ green 185 ◦ blue 40

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

Shades of Gold Tips #D9B928

Tints of Gold Tips #D9B928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.86%

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

R = 49.1%
G = 41.86%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9B928 (or 0xD9B928) is known color: Gold Tips. HEX triplet: D9, B9 and 28. RGB value is (217,185,40). Sum of RGB (Red+Green+Blue) = 217+185+40=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B928 is #2646D7. Grayscale: #B2B2B2. Windows color (decimal): -2508504 or 2669017. OLE color: 2669017.

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

Color convert

RGB 217 185 40 -
CMYK 0 0.15 0.82 0.15
HSL 49.15º 0.7% 0.5% -
HSV(B) 49.15º 0.82% 0.85% -
XYZ 46.35 49.6 9.14 -
YUV 178.04 50.1 155.79 -
System Red Green Blue C M Y K H S L
Decimal 217 185 40 0 0.15 0.82 0.15 49.15 0.7 0.5
Hex D9 B9 28 0 F 52 F 31 46 32
Octal 331 271 50 0 17 122 17 61 106 62
Binary 11011001 10111001 101000 0 1111 1010010 1111 110001 1000110 110010

Color Harmonies of #D9B928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B928

Black with #D9B928

Text Example


Text Example

White with #D9B928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B928; }

 p { color: rgb(217,185,40); }

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

background-color css

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

 a { background-color: rgb(217,185,40); }

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

border-color css

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

 span { border-color: rgb(217,185,40); }

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