Html Css Color HEX #D8BA35 Old Gold

📋 copy color: '#D8BA35'

red 216 ◦ green 186 ◦ blue 53

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

Shades of Old Gold #D8BA35

Tints of Old Gold #D8BA35

RGB

 RED value IS 216 (84.77% from 255) = 47.47%

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

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

R = 47.47%
G = 40.88%
B = 11.65%

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

#D8BA35 (or 0xD8BA35) is known color: Old Gold. HEX triplet: D8, BA and 35. RGB value is (216,186,53). Sum of RGB (Red+Green+Blue) = 216+186+53=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA35 is #2745CA. Grayscale: #B4B4B4. Windows color (decimal): -2573771 or 3521240. OLE color: 3521240.

HSL color Cylindrical-coordinate representation of color #D8BA35: hue angle of 48.96º 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 #D8BA35 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 53 -
CMYK 0 0.14 0.75 0.15
HSL 48.96º 0.68% 0.53% -
HSV(B) 48.96º 0.75% 0.85% -
XYZ 46.52 49.97 10.56 -
YUV 179.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 216 186 53 0 0.14 0.75 0.15 48.96 0.68 0.53
Hex D8 BA 35 0 E 4B F 31 44 35
Octal 330 272 65 0 16 113 17 61 104 65
Binary 11011000 10111010 110101 0 1110 1001011 1111 110001 1000100 110101

Color Harmonies of #D8BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA35

Black with #D8BA35

Text Example


Text Example

White with #D8BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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