Html Css Color HEX #D9AF28 Gold Tips

📋 copy color: '#D9AF28'

red 217 ◦ green 175 ◦ blue 40

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

Shades of Gold Tips #D9AF28

Tints of Gold Tips #D9AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

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

R = 50.23%
G = 40.51%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9AF28 (or 0xD9AF28) is known color: Gold Tips. HEX triplet: D9, AF and 28. RGB value is (217,175,40). Sum of RGB (Red+Green+Blue) = 217+175+40=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF28 is #2650D7. Grayscale: #ACACAC. Windows color (decimal): -2511064 or 2666457. OLE color: 2666457.

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

Color convert

RGB 217 175 40 -
CMYK 0 0.19 0.82 0.15
HSL 45.76º 0.7% 0.5% -
HSV(B) 45.76º 0.82% 0.85% -
XYZ 44.33 45.56 8.47 -
YUV 172.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 217 175 40 0 0.19 0.82 0.15 45.76 0.7 0.5
Hex D9 AF 28 0 13 52 F 2E 46 32
Octal 331 257 50 0 23 122 17 56 106 62
Binary 11011001 10101111 101000 0 10011 1010010 1111 101110 1000110 110010

Color Harmonies of #D9AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF28

Black with #D9AF28

Text Example


Text Example

White with #D9AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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