Html Css Color HEX #D9B126 Gold Tips

📋 copy color: '#D9B126'

red 217 ◦ green 177 ◦ blue 38

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

Shades of Gold Tips #D9B126

Tints of Gold Tips #D9B126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.8%

R = 50.23%
G = 40.97%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9B126 (or 0xD9B126) is known color: Gold Tips. HEX triplet: D9, B1 and 26. RGB value is (217,177,38). Sum of RGB (Red+Green+Blue) = 217+177+38=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 38 (15.23% from 255 or 8.80% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B126 is #264ED9. Grayscale: #ADADAD. Windows color (decimal): -2510554 or 2535897. OLE color: 2535897.

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

Color convert

RGB 217 177 38 -
CMYK 0 0.18 0.82 0.15
HSL 46.59º 0.7% 0.5% -
HSV(B) 46.59º 0.82% 0.85% -
XYZ 44.69 46.34 8.42 -
YUV 173.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 217 177 38 0 0.18 0.82 0.15 46.59 0.7 0.5
Hex D9 B1 26 0 12 52 F 2F 46 32
Octal 331 261 46 0 22 122 17 57 106 62
Binary 11011001 10110001 100110 0 10010 1010010 1111 101111 1000110 110010

Color Harmonies of #D9B126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B126

Black with #D9B126

Text Example


Text Example

White with #D9B126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B126; }

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

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

background-color css

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

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

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

border-color css

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

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

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