Html Css Color HEX #D1BA38 Old Gold

📋 copy color: '#D1BA38'

red 209 ◦ green 186 ◦ blue 56

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

Shades of Old Gold #D1BA38

Tints of Old Gold #D1BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.24%

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

R = 46.34%
G = 41.24%
B = 12.42%

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

#D1BA38 (or 0xD1BA38) is known color: Old Gold. HEX triplet: D1, BA and 38. RGB value is (209,186,56). Sum of RGB (Red+Green+Blue) = 209+186+56=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA38 is #2E45C7. Grayscale: #B2B2B2. Windows color (decimal): -3032520 or 3717841. OLE color: 3717841.

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

Color convert

RGB 209 186 56 -
CMYK 0 0.11 0.73 0.18
HSL 50.98º 0.62% 0.52% -
HSV(B) 50.98º 0.73% 0.82% -
XYZ 44.57 48.96 10.84 -
YUV 178.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 209 186 56 0 0.11 0.73 0.18 50.98 0.62 0.52
Hex D1 BA 38 0 B 49 12 33 3E 34
Octal 321 272 70 0 13 111 22 63 76 64
Binary 11010001 10111010 111000 0 1011 1001001 10010 110011 111110 110100

Color Harmonies of #D1BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA38

Black with #D1BA38

Text Example


Text Example

White with #D1BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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