Html Css Color HEX #D8B446 Old Gold

📋 copy color: '#D8B446'

red 216 ◦ green 180 ◦ blue 70

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

Shades of Old Gold #D8B446

Tints of Old Gold #D8B446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.63%

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

R = 46.35%
G = 38.63%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8B446 (or 0xD8B446) is known color: Old Gold. HEX triplet: D8, B4 and 46. RGB value is (216,180,70). Sum of RGB (Red+Green+Blue) = 216+180+70=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B446 is #274BB9. Grayscale: #B2B2B2. Windows color (decimal): -2575290 or 4633816. OLE color: 4633816.

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

Color convert

RGB 216 180 70 -
CMYK 0 0.17 0.68 0.15
HSL 45.21º 0.65% 0.56% -
HSV(B) 45.21º 0.68% 0.85% -
XYZ 45.75 47.68 12.59 -
YUV 178.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 216 180 70 0 0.17 0.68 0.15 45.21 0.65 0.56
Hex D8 B4 46 0 11 44 F 2D 41 38
Octal 330 264 106 0 21 104 17 55 101 70
Binary 11011000 10110100 1000110 0 10001 1000100 1111 101101 1000001 111000

Color Harmonies of #D8B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B446

Black with #D8B446

Text Example


Text Example

White with #D8B446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B446; }

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

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

background-color css

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

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

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

border-color css

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

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

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