Html Css Color HEX #D9B327 Gold Tips

📋 copy color: '#D9B327'

red 217 ◦ green 179 ◦ blue 39

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

Shades of Gold Tips #D9B327

Tints of Gold Tips #D9B327

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.15%

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

R = 49.89%
G = 41.15%
B = 8.97%

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

#D9B327 (or 0xD9B327) is known color: Gold Tips. HEX triplet: D9, B3 and 27. RGB value is (217,179,39). Sum of RGB (Red+Green+Blue) = 217+179+39=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B327 is #264CD8. Grayscale: #AEAEAE. Windows color (decimal): -2510041 or 2601945. OLE color: 2601945.

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

Color convert

RGB 217 179 39 -
CMYK 0 0.18 0.82 0.15
HSL 47.19º 0.7% 0.5% -
HSV(B) 47.19º 0.82% 0.85% -
XYZ 45.1 47.14 8.64 -
YUV 174.4 51.59 158.38 -
System Red Green Blue C M Y K H S L
Decimal 217 179 39 0 0.18 0.82 0.15 47.19 0.7 0.5
Hex D9 B3 27 0 12 52 F 2F 46 32
Octal 331 263 47 0 22 122 17 57 106 62
Binary 11011001 10110011 100111 0 10010 1010010 1111 101111 1000110 110010

Color Harmonies of #D9B327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B327

Black with #D9B327

Text Example


Text Example

White with #D9B327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B327; }

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

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

background-color css

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

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

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

border-color css

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

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

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