Html Css Color HEX #D9B127 Gold Tips

📋 copy color: '#D9B127'

red 217 ◦ green 177 ◦ blue 39

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

Shades of Gold Tips #D9B127

Tints of Gold Tips #D9B127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.01%

R = 50.12%
G = 40.88%
B = 9.01%

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

#D9B127 (or 0xD9B127) is known color: Gold Tips. HEX triplet: D9, B1 and 27. RGB value is (217,177,39). Sum of RGB (Red+Green+Blue) = 217+177+39=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B127 is #264ED8. Grayscale: #ADADAD. Windows color (decimal): -2510553 or 2601433. OLE color: 2601433.

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

Color convert

RGB 217 177 39 -
CMYK 0 0.18 0.82 0.15
HSL 46.52º 0.7% 0.5% -
HSV(B) 46.52º 0.82% 0.85% -
XYZ 44.7 46.34 8.51 -
YUV 173.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 217 177 39 0 0.18 0.82 0.15 46.52 0.7 0.5
Hex D9 B1 27 0 12 52 F 2F 46 32
Octal 331 261 47 0 22 122 17 57 106 62
Binary 11011001 10110001 100111 0 10010 1010010 1111 101111 1000110 110010

Color Harmonies of #D9B127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B127

Black with #D9B127

Text Example


Text Example

White with #D9B127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B127; }

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

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

background-color css

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

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

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

border-color css

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

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

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