Html Css Color HEX #D8BA47 Old Gold

📋 copy color: '#D8BA47'

red 216 ◦ green 186 ◦ blue 71

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

Shades of Old Gold #D8BA47

Tints of Old Gold #D8BA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.01%

R = 45.67%
G = 39.32%
B = 15.01%

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

#D8BA47 (or 0xD8BA47) is known color: Old Gold. HEX triplet: D8, BA and 47. RGB value is (216,186,71). Sum of RGB (Red+Green+Blue) = 216+186+71=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA47 is #2745B8. Grayscale: #B6B6B6. Windows color (decimal): -2573753 or 4700888. OLE color: 4700888.

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

Color convert

RGB 216 186 71 -
CMYK 0 0.14 0.67 0.15
HSL 47.59º 0.65% 0.56% -
HSV(B) 47.59º 0.67% 0.85% -
XYZ 47.02 50.17 13.17 -
YUV 181.86 65.44 152.35 -
System Red Green Blue C M Y K H S L
Decimal 216 186 71 0 0.14 0.67 0.15 47.59 0.65 0.56
Hex D8 BA 47 0 E 43 F 30 41 38
Octal 330 272 107 0 16 103 17 60 101 70
Binary 11011000 10111010 1000111 0 1110 1000011 1111 110000 1000001 111000

Color Harmonies of #D8BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA47

Black with #D8BA47

Text Example


Text Example

White with #D8BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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