Html Css Color HEX #D1B938 Old Gold

📋 copy color: '#D1B938'

red 209 ◦ green 185 ◦ blue 56

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

Shades of Old Gold #D1B938

Tints of Old Gold #D1B938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.44%

R = 46.44%
G = 41.11%
B = 12.44%

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

#D1B938 (or 0xD1B938) is known color: Old Gold. HEX triplet: D1, B9 and 38. RGB value is (209,185,56). Sum of RGB (Red+Green+Blue) = 209+185+56=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B938 is #2E46C7. Grayscale: #B2B2B2. Windows color (decimal): -3032776 or 3717585. OLE color: 3717585.

HSL color Cylindrical-coordinate representation of color #D1B938: hue angle of 50.59º 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 #D1B938 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 185 56 -
CMYK 0 0.11 0.73 0.18
HSL 50.59º 0.62% 0.52% -
HSV(B) 50.59º 0.73% 0.82% -
XYZ 44.36 48.54 10.77 -
YUV 177.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 209 185 56 0 0.11 0.73 0.18 50.59 0.62 0.52
Hex D1 B9 38 0 B 49 12 33 3E 34
Octal 321 271 70 0 13 111 22 63 76 64
Binary 11010001 10111001 111000 0 1011 1001001 10010 110011 111110 110100

Color Harmonies of #D1B938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B938

Black with #D1B938

Text Example


Text Example

White with #D1B938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B938; }

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

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

background-color css

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

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

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

border-color css

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

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

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