Html Css Color HEX #D8BA4C Old Gold

📋 copy color: '#D8BA4C'

red 216 ◦ green 186 ◦ blue 76

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

Shades of Old Gold #D8BA4C

Tints of Old Gold #D8BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.9%

R = 45.19%
G = 38.91%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8BA4C (or 0xD8BA4C) is known color: Old Gold. HEX triplet: D8, BA and 4C. RGB value is (216,186,76). Sum of RGB (Red+Green+Blue) = 216+186+76=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA4C is #2745B3. Grayscale: #B6B6B6. Windows color (decimal): -2573748 or 5028568. OLE color: 5028568.

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

Color convert

RGB 216 186 76 -
CMYK 0 0.14 0.65 0.15
HSL 47.14º 0.64% 0.57% -
HSV(B) 47.14º 0.65% 0.85% -
XYZ 47.18 50.24 14.05 -
YUV 182.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 216 186 76 0 0.14 0.65 0.15 47.14 0.64 0.57
Hex D8 BA 4C 0 E 41 F 2F 40 39
Octal 330 272 114 0 16 101 17 57 100 71
Binary 11011000 10111010 1001100 0 1110 1000001 1111 101111 1000000 111001

Color Harmonies of #D8BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA4C

Black with #D8BA4C

Text Example


Text Example

White with #D8BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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