Html Css Color HEX #D9B939 Old Gold

📋 copy color: '#D9B939'

red 217 ◦ green 185 ◦ blue 57

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

Shades of Old Gold #D9B939

Tints of Old Gold #D9B939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.42%

R = 47.28%
G = 40.31%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D9B939 (or 0xD9B939) is known color: Old Gold. HEX triplet: D9, B9 and 39. RGB value is (217,185,57). Sum of RGB (Red+Green+Blue) = 217+185+57=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B939 is #2646C6. Grayscale: #B4B4B4. Windows color (decimal): -2508487 or 3783129. OLE color: 3783129.

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

Color convert

RGB 217 185 57 -
CMYK 0 0.15 0.74 0.15
HSL 48º 0.68% 0.54% -
HSV(B) 48º 0.74% 0.85% -
XYZ 46.7 49.75 11.01 -
YUV 179.98 58.6 154.41 -
System Red Green Blue C M Y K H S L
Decimal 217 185 57 0 0.15 0.74 0.15 48 0.68 0.54
Hex D9 B9 39 0 F 4A F 30 44 36
Octal 331 271 71 0 17 112 17 60 104 66
Binary 11011001 10111001 111001 0 1111 1001010 1111 110000 1000100 110110

Color Harmonies of #D9B939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B939

Black with #D9B939

Text Example


Text Example

White with #D9B939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B939; }

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

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

background-color css

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

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

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

border-color css

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

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

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