Html Css Color HEX #D9BA38 Old Gold

📋 copy color: '#D9BA38'

red 217 ◦ green 186 ◦ blue 56

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

Shades of Old Gold #D9BA38

Tints of Old Gold #D9BA38

RGB

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

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

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

R = 47.28%
G = 40.52%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D9BA38 (or 0xD9BA38) is known color: Old Gold. HEX triplet: D9, BA and 38. RGB value is (217,186,56). Sum of RGB (Red+Green+Blue) = 217+186+56=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA38 is #2645C7. Grayscale: #B4B4B4. Windows color (decimal): -2508232 or 3717849. OLE color: 3717849.

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

Color convert

RGB 217 186 56 -
CMYK 0 0.14 0.74 0.15
HSL 48.45º 0.68% 0.54% -
HSV(B) 48.45º 0.74% 0.85% -
XYZ 46.89 50.16 10.95 -
YUV 180.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 217 186 56 0 0.14 0.74 0.15 48.45 0.68 0.54
Hex D9 BA 38 0 E 4A F 30 44 36
Octal 331 272 70 0 16 112 17 60 104 66
Binary 11011001 10111010 111000 0 1110 1001010 1111 110000 1000100 110110

Color Harmonies of #D9BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA38

Black with #D9BA38

Text Example


Text Example

White with #D9BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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