Html Css Color HEX #D9B322 Gold Tips

📋 copy color: '#D9B322'

red 217 ◦ green 179 ◦ blue 34

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

Shades of Gold Tips #D9B322

Tints of Gold Tips #D9B322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.91%

R = 50.47%
G = 41.63%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D9B322 (or 0xD9B322) is known color: Gold Tips. HEX triplet: D9, B3 and 22. RGB value is (217,179,34). Sum of RGB (Red+Green+Blue) = 217+179+34=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B322 is #264CDD. Grayscale: #AEAEAE. Windows color (decimal): -2510046 or 2274265. OLE color: 2274265.

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

Color convert

RGB 217 179 34 -
CMYK 0 0.18 0.84 0.15
HSL 47.54º 0.73% 0.49% -
HSV(B) 47.54º 0.84% 0.85% -
XYZ 45.02 47.11 8.23 -
YUV 173.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 217 179 34 0 0.18 0.84 0.15 47.54 0.73 0.49
Hex D9 B3 22 0 12 54 F 30 49 31
Octal 331 263 42 0 22 124 17 60 111 61
Binary 11011001 10110011 100010 0 10010 1010100 1111 110000 1001001 110001

Color Harmonies of #D9B322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B322

Black with #D9B322

Text Example


Text Example

White with #D9B322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B322; }

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

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

background-color css

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

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

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

border-color css

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

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

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