Html Css Color HEX #D8B346 Old Gold

📋 copy color: '#D8B346'

red 216 ◦ green 179 ◦ blue 70

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

Shades of Old Gold #D8B346

Tints of Old Gold #D8B346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.49%

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

R = 46.45%
G = 38.49%
B = 15.05%

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

#D8B346 (or 0xD8B346) is known color: Old Gold. HEX triplet: D8, B3 and 46. RGB value is (216,179,70). Sum of RGB (Red+Green+Blue) = 216+179+70=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B346 is #274CB9. Grayscale: #B2B2B2. Windows color (decimal): -2575546 or 4633560. OLE color: 4633560.

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

Color convert

RGB 216 179 70 -
CMYK 0 0.17 0.68 0.15
HSL 44.79º 0.65% 0.56% -
HSV(B) 44.79º 0.68% 0.85% -
XYZ 45.54 47.28 12.52 -
YUV 177.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 216 179 70 0 0.17 0.68 0.15 44.79 0.65 0.56
Hex D8 B3 46 0 11 44 F 2D 41 38
Octal 330 263 106 0 21 104 17 55 101 70
Binary 11011000 10110011 1000110 0 10001 1000100 1111 101101 1000001 111000

Color Harmonies of #D8B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B346

Black with #D8B346

Text Example


Text Example

White with #D8B346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B346; }

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

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

background-color css

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

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

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

border-color css

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

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

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