Html Css Color HEX #D1BA42 Old Gold

📋 copy color: '#D1BA42'

red 209 ◦ green 186 ◦ blue 66

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

Shades of Old Gold #D1BA42

Tints of Old Gold #D1BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 45.34%
G = 40.35%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D1BA42 (or 0xD1BA42) is known color: Old Gold. HEX triplet: D1, BA and 42. RGB value is (209,186,66). Sum of RGB (Red+Green+Blue) = 209+186+66=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA42 is #2E45BD. Grayscale: #B3B3B3. Windows color (decimal): -3032510 or 4373201. OLE color: 4373201.

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

Color convert

RGB 209 186 66 -
CMYK 0 0.11 0.68 0.18
HSL 50.35º 0.61% 0.54% -
HSV(B) 50.35º 0.68% 0.82% -
XYZ 44.84 49.07 12.26 -
YUV 179.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 209 186 66 0 0.11 0.68 0.18 50.35 0.61 0.54
Hex D1 BA 42 0 B 44 12 32 3D 36
Octal 321 272 102 0 13 104 22 62 75 66
Binary 11010001 10111010 1000010 0 1011 1000100 10010 110010 111101 110110

Color Harmonies of #D1BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA42

Black with #D1BA42

Text Example


Text Example

White with #D1BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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