Html Css Color HEX #D8BA48 Old Gold

📋 copy color: '#D8BA48'

red 216 ◦ green 186 ◦ blue 72

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

Shades of Old Gold #D8BA48

Tints of Old Gold #D8BA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.19%

R = 45.57%
G = 39.24%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D8BA48 (or 0xD8BA48) is known color: Old Gold. HEX triplet: D8, BA and 48. RGB value is (216,186,72). Sum of RGB (Red+Green+Blue) = 216+186+72=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA48 is #2745B7. Grayscale: #B6B6B6. Windows color (decimal): -2573752 or 4766424. OLE color: 4766424.

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

Color convert

RGB 216 186 72 -
CMYK 0 0.14 0.67 0.15
HSL 47.5º 0.65% 0.56% -
HSV(B) 47.5º 0.67% 0.85% -
XYZ 47.05 50.18 13.34 -
YUV 181.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 216 186 72 0 0.14 0.67 0.15 47.5 0.65 0.56
Hex D8 BA 48 0 E 43 F 30 41 38
Octal 330 272 110 0 16 103 17 60 101 70
Binary 11011000 10111010 1001000 0 1110 1000011 1111 110000 1000001 111000

Color Harmonies of #D8BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA48

Black with #D8BA48

Text Example


Text Example

White with #D8BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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