Html Css Color HEX #D9BA35 Old Gold

📋 copy color: '#D9BA35'

red 217 ◦ green 186 ◦ blue 53

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

Shades of Old Gold #D9BA35

Tints of Old Gold #D9BA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.62%

R = 47.59%
G = 40.79%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9BA35 (or 0xD9BA35) is known color: Old Gold. HEX triplet: D9, BA and 35. RGB value is (217,186,53). Sum of RGB (Red+Green+Blue) = 217+186+53=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA35 is #2645CA. Grayscale: #B4B4B4. Windows color (decimal): -2508235 or 3521241. OLE color: 3521241.

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

Color convert

RGB 217 186 53 -
CMYK 0 0.14 0.76 0.15
HSL 48.66º 0.68% 0.53% -
HSV(B) 48.66º 0.76% 0.85% -
XYZ 46.82 50.13 10.58 -
YUV 180.11 56.27 154.31 -
System Red Green Blue C M Y K H S L
Decimal 217 186 53 0 0.14 0.76 0.15 48.66 0.68 0.53
Hex D9 BA 35 0 E 4C F 31 44 35
Octal 331 272 65 0 16 114 17 61 104 65
Binary 11011001 10111010 110101 0 1110 1001100 1111 110001 1000100 110101

Color Harmonies of #D9BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA35

Black with #D9BA35

Text Example


Text Example

White with #D9BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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