Html Css Color HEX #D9BB2C Gold Tips

📋 copy color: '#D9BB2C'

red 217 ◦ green 187 ◦ blue 44

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

Shades of Gold Tips #D9BB2C

Tints of Gold Tips #D9BB2C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.74%

 BLUE value IS 44 (17.58% from 255) = 9.82%

R = 48.44%
G = 41.74%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9BB2C (or 0xD9BB2C) is known color: Gold Tips. HEX triplet: D9, BB and 2C. RGB value is (217,187,44). Sum of RGB (Red+Green+Blue) = 217+187+44=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BB2C is #2644D3. Grayscale: #B4B4B4. Windows color (decimal): -2507988 or 2931673. OLE color: 2931673.

HSL color Cylindrical-coordinate representation of color #D9BB2C: hue angle of 49.6º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9BB2C is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 187 44 -
CMYK 0 0.14 0.80 0.15
HSL 49.6º 0.69% 0.51% -
HSV(B) 49.6º 0.8% 0.85% -
XYZ 46.84 50.47 9.66 -
YUV 179.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 217 187 44 0 0.14 0.80 0.15 49.6 0.69 0.51
Hex D9 BB 2C 0 E 50 F 32 45 33
Octal 331 273 54 0 16 120 17 62 105 63
Binary 11011001 10111011 101100 0 1110 1010000 1111 110010 1000101 110011

Color Harmonies of #D9BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BB2C

Black with #D9BB2C

Text Example


Text Example

White with #D9BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BB2C; }

 p { color: rgb(217,187,44); }

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

background-color css

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

 a { background-color: rgb(217,187,44); }

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

border-color css

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

 span { border-color: rgb(217,187,44); }

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