Html Css Color HEX #D8B946 Old Gold

📋 copy color: '#D8B946'

red 216 ◦ green 185 ◦ blue 70

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

Shades of Old Gold #D8B946

Tints of Old Gold #D8B946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.28%

 BLUE value IS 70 (27.73% from 255) = 14.86%

R = 45.86%
G = 39.28%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8B946 (or 0xD8B946) is known color: Old Gold. HEX triplet: D8, B9 and 46. RGB value is (216,185,70). Sum of RGB (Red+Green+Blue) = 216+185+70=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B946 is #2746B9. Grayscale: #B5B5B5. Windows color (decimal): -2574010 or 4635096. OLE color: 4635096.

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

Color convert

RGB 216 185 70 -
CMYK 0 0.14 0.68 0.15
HSL 47.26º 0.65% 0.56% -
HSV(B) 47.26º 0.68% 0.85% -
XYZ 46.77 49.74 12.93 -
YUV 181.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 216 185 70 0 0.14 0.68 0.15 47.26 0.65 0.56
Hex D8 B9 46 0 E 44 F 2F 41 38
Octal 330 271 106 0 16 104 17 57 101 70
Binary 11011000 10111001 1000110 0 1110 1000100 1111 101111 1000001 111000

Color Harmonies of #D8B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B946

Black with #D8B946

Text Example


Text Example

White with #D8B946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B946; }

 p { color: rgb(216,185,70); }

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

background-color css

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

 a { background-color: rgb(216,185,70); }

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

border-color css

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

 span { border-color: rgb(216,185,70); }

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