Html Css Color HEX #D1B939 Old Gold

📋 copy color: '#D1B939'

red 209 ◦ green 185 ◦ blue 57

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

Shades of Old Gold #D1B939

Tints of Old Gold #D1B939

RGB

 RED value IS 209 (82.03% from 255) = 46.34%

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

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

R = 46.34%
G = 41.02%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1B939 (or 0xD1B939) is known color: Old Gold. HEX triplet: D1, B9 and 39. RGB value is (209,185,57). Sum of RGB (Red+Green+Blue) = 209+185+57=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 57 (22.66% from 255 or 12.64% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B939 is #2E46C6. Grayscale: #B2B2B2. Windows color (decimal): -3032775 or 3783121. OLE color: 3783121.

HSL color Cylindrical-coordinate representation of color #D1B939: hue angle of 50.53º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1B939 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 185 57 -
CMYK 0 0.11 0.73 0.18
HSL 50.53º 0.62% 0.52% -
HSV(B) 50.53º 0.73% 0.82% -
XYZ 44.38 48.55 10.9 -
YUV 177.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 209 185 57 0 0.11 0.73 0.18 50.53 0.62 0.52
Hex D1 B9 39 0 B 49 12 33 3E 34
Octal 321 271 71 0 13 111 22 63 76 64
Binary 11010001 10111001 111001 0 1011 1001001 10010 110011 111110 110100

Color Harmonies of #D1B939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B939

Black with #D1B939

Text Example


Text Example

White with #D1B939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B939; }

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

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

background-color css

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

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

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

border-color css

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

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

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