Html Css Color HEX #D8B540 Old Gold

📋 copy color: '#D8B540'

red 216 ◦ green 181 ◦ blue 64

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

Shades of Old Gold #D8B540

Tints of Old Gold #D8B540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

 BLUE value IS 64 (25.39% from 255) = 13.88%

R = 46.85%
G = 39.26%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8B540 (or 0xD8B540) is known color: Old Gold. HEX triplet: D8, B5 and 40. RGB value is (216,181,64). Sum of RGB (Red+Green+Blue) = 216+181+64=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B540 is #274ABF. Grayscale: #B2B2B2. Windows color (decimal): -2575040 or 4240856. OLE color: 4240856.

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

Color convert

RGB 216 181 64 -
CMYK 0 0.16 0.70 0.15
HSL 46.18º 0.66% 0.55% -
HSV(B) 46.18º 0.7% 0.85% -
XYZ 45.77 48.02 11.71 -
YUV 178.13 63.6 155.01 -
System Red Green Blue C M Y K H S L
Decimal 216 181 64 0 0.16 0.70 0.15 46.18 0.66 0.55
Hex D8 B5 40 0 10 46 F 2E 42 37
Octal 330 265 100 0 20 106 17 56 102 67
Binary 11011000 10110101 1000000 0 10000 1000110 1111 101110 1000010 110111

Color Harmonies of #D8B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B540

Black with #D8B540

Text Example


Text Example

White with #D8B540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B540; }

 p { color: rgb(216,181,64); }

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

background-color css

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

 a { background-color: rgb(216,181,64); }

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

border-color css

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

 span { border-color: rgb(216,181,64); }

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