Html Css Color HEX #D8B549 Old Gold

📋 copy color: '#D8B549'

red 216 ◦ green 181 ◦ blue 73

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

Shades of Old Gold #D8B549

Tints of Old Gold #D8B549

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.51%

 BLUE value IS 73 (28.91% from 255) = 15.53%

R = 45.96%
G = 38.51%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8B549 (or 0xD8B549) is known color: Old Gold. HEX triplet: D8, B5 and 49. RGB value is (216,181,73). Sum of RGB (Red+Green+Blue) = 216+181+73=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B549 is #274AB6. Grayscale: #B3B3B3. Windows color (decimal): -2575031 or 4830680. OLE color: 4830680.

HSL color Cylindrical-coordinate representation of color #D8B549: hue angle of 45.31º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8B549 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 181 73 -
CMYK 0 0.16 0.66 0.15
HSL 45.31º 0.65% 0.57% -
HSV(B) 45.31º 0.66% 0.85% -
XYZ 46.05 48.13 13.17 -
YUV 179.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 216 181 73 0 0.16 0.66 0.15 45.31 0.65 0.57
Hex D8 B5 49 0 10 42 F 2D 41 39
Octal 330 265 111 0 20 102 17 55 101 71
Binary 11011000 10110101 1001001 0 10000 1000010 1111 101101 1000001 111001

Color Harmonies of #D8B549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B549

Black with #D8B549

Text Example


Text Example

White with #D8B549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B549; }

 p { color: rgb(216,181,73); }

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

background-color css

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

 a { background-color: rgb(216,181,73); }

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

border-color css

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

 span { border-color: rgb(216,181,73); }

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