Html Css Color HEX #D9BA36 Old Gold

📋 copy color: '#D9BA36'

red 217 ◦ green 186 ◦ blue 54

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

Shades of Old Gold #D9BA36

Tints of Old Gold #D9BA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.82%

R = 47.48%
G = 40.7%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D9BA36 (or 0xD9BA36) is known color: Old Gold. HEX triplet: D9, BA and 36. RGB value is (217,186,54). Sum of RGB (Red+Green+Blue) = 217+186+54=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA36 is #2645C9. Grayscale: #B4B4B4. Windows color (decimal): -2508234 or 3586777. OLE color: 3586777.

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

Color convert

RGB 217 186 54 -
CMYK 0 0.14 0.75 0.15
HSL 48.59º 0.68% 0.53% -
HSV(B) 48.59º 0.75% 0.85% -
XYZ 46.84 50.14 10.7 -
YUV 180.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 217 186 54 0 0.14 0.75 0.15 48.59 0.68 0.53
Hex D9 BA 36 0 E 4B F 31 44 35
Octal 331 272 66 0 16 113 17 61 104 65
Binary 11011001 10111010 110110 0 1110 1001011 1111 110001 1000100 110101

Color Harmonies of #D9BA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA36

Black with #D9BA36

Text Example


Text Example

White with #D9BA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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