Html Css Color HEX #D9BA46 Old Gold

📋 copy color: '#D9BA46'

red 217 ◦ green 186 ◦ blue 70

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

Shades of Old Gold #D9BA46

Tints of Old Gold #D9BA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.8%

R = 45.88%
G = 39.32%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D9BA46 (or 0xD9BA46) is known color: Old Gold. HEX triplet: D9, BA and 46. RGB value is (217,186,70). Sum of RGB (Red+Green+Blue) = 217+186+70=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA46 is #2645B9. Grayscale: #B6B6B6. Windows color (decimal): -2508218 or 4635353. OLE color: 4635353.

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

Color convert

RGB 217 186 70 -
CMYK 0 0.14 0.68 0.15
HSL 47.35º 0.66% 0.56% -
HSV(B) 47.35º 0.68% 0.85% -
XYZ 47.28 50.31 13.01 -
YUV 182.05 64.77 152.93 -
System Red Green Blue C M Y K H S L
Decimal 217 186 70 0 0.14 0.68 0.15 47.35 0.66 0.56
Hex D9 BA 46 0 E 44 F 2F 42 38
Octal 331 272 106 0 16 104 17 57 102 70
Binary 11011001 10111010 1000110 0 1110 1000100 1111 101111 1000010 111000

Color Harmonies of #D9BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA46

Black with #D9BA46

Text Example


Text Example

White with #D9BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA46; }

 p { color: rgb(217,186,70); }

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

background-color css

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

 a { background-color: rgb(217,186,70); }

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

border-color css

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

 span { border-color: rgb(217,186,70); }

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