Html Css Color HEX #D9BA41 Old Gold

📋 copy color: '#D9BA41'

red 217 ◦ green 186 ◦ blue 65

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

Shades of Old Gold #D9BA41

Tints of Old Gold #D9BA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.89%

R = 46.37%
G = 39.74%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D9BA41 (or 0xD9BA41) is known color: Old Gold. HEX triplet: D9, BA and 41. RGB value is (217,186,65). Sum of RGB (Red+Green+Blue) = 217+186+65=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA41 is #2645BE. Grayscale: #B5B5B5. Windows color (decimal): -2508223 or 4307673. OLE color: 4307673.

HSL color Cylindrical-coordinate representation of color #D9BA41: hue angle of 47.76º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9BA41 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 65 -
CMYK 0 0.14 0.70 0.15
HSL 47.76º 0.67% 0.55% -
HSV(B) 47.76º 0.7% 0.85% -
XYZ 47.13 50.25 12.22 -
YUV 181.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 217 186 65 0 0.14 0.70 0.15 47.76 0.67 0.55
Hex D9 BA 41 0 E 46 F 30 43 37
Octal 331 272 101 0 16 106 17 60 103 67
Binary 11011001 10111010 1000001 0 1110 1000110 1111 110000 1000011 110111

Color Harmonies of #D9BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA41

Black with #D9BA41

Text Example


Text Example

White with #D9BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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