Html Css Color HEX #D8BA37 Old Gold

📋 copy color: '#D8BA37'

red 216 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #D8BA37

Tints of Old Gold #D8BA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.04%

R = 47.26%
G = 40.7%
B = 12.04%

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

#D8BA37 (or 0xD8BA37) is known color: Old Gold. HEX triplet: D8, BA and 37. RGB value is (216,186,55). Sum of RGB (Red+Green+Blue) = 216+186+55=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 55 (21.88% from 255 or 12.04% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA37 is #2745C8. Grayscale: #B4B4B4. Windows color (decimal): -2573769 or 3652312. OLE color: 3652312.

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

Color convert

RGB 216 186 55 -
CMYK 0 0.14 0.75 0.15
HSL 48.82º 0.67% 0.53% -
HSV(B) 48.82º 0.75% 0.85% -
XYZ 46.57 49.99 10.81 -
YUV 180.04 57.44 153.65 -
System Red Green Blue C M Y K H S L
Decimal 216 186 55 0 0.14 0.75 0.15 48.82 0.67 0.53
Hex D8 BA 37 0 E 4B F 31 43 35
Octal 330 272 67 0 16 113 17 61 103 65
Binary 11011000 10111010 110111 0 1110 1001011 1111 110001 1000011 110101

Color Harmonies of #D8BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA37

Black with #D8BA37

Text Example


Text Example

White with #D8BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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