Html Css Color HEX #D8BA43 Old Gold

📋 copy color: '#D8BA43'

red 216 ◦ green 186 ◦ blue 67

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

Shades of Old Gold #D8BA43

Tints of Old Gold #D8BA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.29%

R = 46.06%
G = 39.66%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D8BA43 (or 0xD8BA43) is known color: Old Gold. HEX triplet: D8, BA and 43. RGB value is (216,186,67). Sum of RGB (Red+Green+Blue) = 216+186+67=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 67 (26.56% from 255 or 14.29% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA43 is #2745BC. Grayscale: #B5B5B5. Windows color (decimal): -2573757 or 4438744. OLE color: 4438744.

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

Color convert

RGB 216 186 67 -
CMYK 0 0.14 0.69 0.15
HSL 47.92º 0.66% 0.55% -
HSV(B) 47.92º 0.69% 0.85% -
XYZ 46.89 50.12 12.51 -
YUV 181.4 63.44 152.68 -
System Red Green Blue C M Y K H S L
Decimal 216 186 67 0 0.14 0.69 0.15 47.92 0.66 0.55
Hex D8 BA 43 0 E 45 F 30 42 37
Octal 330 272 103 0 16 105 17 60 102 67
Binary 11011000 10111010 1000011 0 1110 1000101 1111 110000 1000010 110111

Color Harmonies of #D8BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA43

Black with #D8BA43

Text Example


Text Example

White with #D8BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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