Html Css Color HEX #D9B946 Old Gold

📋 copy color: '#D9B946'

red 217 ◦ green 185 ◦ blue 70

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

Shades of Old Gold #D9B946

Tints of Old Gold #D9B946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.19%

 BLUE value IS 70 (27.73% from 255) = 14.83%

R = 45.97%
G = 39.19%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D9B946 (or 0xD9B946) is known color: Old Gold. HEX triplet: D9, B9 and 46. RGB value is (217,185,70). Sum of RGB (Red+Green+Blue) = 217+185+70=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B946 is #2646B9. Grayscale: #B5B5B5. Windows color (decimal): -2508474 or 4635097. OLE color: 4635097.

HSL color Cylindrical-coordinate representation of color #D9B946: hue angle of 46.94º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9B946 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 185 70 -
CMYK 0 0.15 0.68 0.15
HSL 46.94º 0.66% 0.56% -
HSV(B) 46.94º 0.68% 0.85% -
XYZ 47.07 49.89 12.94 -
YUV 181.46 65.1 153.35 -
System Red Green Blue C M Y K H S L
Decimal 217 185 70 0 0.15 0.68 0.15 46.94 0.66 0.56
Hex D9 B9 46 0 F 44 F 2F 42 38
Octal 331 271 106 0 17 104 17 57 102 70
Binary 11011001 10111001 1000110 0 1111 1000100 1111 101111 1000010 111000

Color Harmonies of #D9B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B946

Black with #D9B946

Text Example


Text Example

White with #D9B946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B946; }

 p { color: rgb(217,185,70); }

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

background-color css

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

 a { background-color: rgb(217,185,70); }

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

border-color css

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

 span { border-color: rgb(217,185,70); }

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