Html Css Color HEX #D8BB48 Old Gold

📋 copy color: '#D8BB48'

red 216 ◦ green 187 ◦ blue 72

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

Shades of Old Gold #D8BB48

Tints of Old Gold #D8BB48

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.37%

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

R = 45.47%
G = 39.37%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D8BB48 (or 0xD8BB48) is known color: Old Gold. HEX triplet: D8, BB and 48. RGB value is (216,187,72). Sum of RGB (Red+Green+Blue) = 216+187+72=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BB48 is #2744B7. Grayscale: #B7B7B7. Windows color (decimal): -2573496 or 4766680. OLE color: 4766680.

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

Color convert

RGB 216 187 72 -
CMYK 0 0.13 0.67 0.15
HSL 47.92º 0.65% 0.56% -
HSV(B) 47.92º 0.67% 0.85% -
XYZ 47.26 50.61 13.41 -
YUV 182.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 216 187 72 0 0.13 0.67 0.15 47.92 0.65 0.56
Hex D8 BB 48 0 D 43 F 30 41 38
Octal 330 273 110 0 15 103 17 60 101 70
Binary 11011000 10111011 1001000 0 1101 1000011 1111 110000 1000001 111000

Color Harmonies of #D8BB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BB48

Black with #D8BB48

Text Example


Text Example

White with #D8BB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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