Html Css Color HEX #D9B129 Gold Tips

📋 copy color: '#D9B129'

red 217 ◦ green 177 ◦ blue 41

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

Shades of Gold Tips #D9B129

Tints of Gold Tips #D9B129

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

 BLUE value IS 41 (16.41% from 255) = 9.43%

R = 49.89%
G = 40.69%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9B129 (or 0xD9B129) is known color: Gold Tips. HEX triplet: D9, B1 and 29. RGB value is (217,177,41). Sum of RGB (Red+Green+Blue) = 217+177+41=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B129 is #264ED6. Grayscale: #AEAEAE. Windows color (decimal): -2510551 or 2732505. OLE color: 2732505.

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

Color convert

RGB 217 177 41 -
CMYK 0 0.18 0.81 0.15
HSL 46.36º 0.7% 0.51% -
HSV(B) 46.36º 0.81% 0.85% -
XYZ 44.74 46.36 8.69 -
YUV 173.46 53.25 159.06 -
System Red Green Blue C M Y K H S L
Decimal 217 177 41 0 0.18 0.81 0.15 46.36 0.7 0.51
Hex D9 B1 29 0 12 51 F 2E 46 33
Octal 331 261 51 0 22 121 17 56 106 63
Binary 11011001 10110001 101001 0 10010 1010001 1111 101110 1000110 110011

Color Harmonies of #D9B129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B129

Black with #D9B129

Text Example


Text Example

White with #D9B129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B129; }

 p { color: rgb(217,177,41); }

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

background-color css

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

 a { background-color: rgb(217,177,41); }

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

border-color css

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

 span { border-color: rgb(217,177,41); }

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