Html Css Color HEX #D8B646 Old Gold

📋 copy color: '#D8B646'

red 216 ◦ green 182 ◦ blue 70

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

Shades of Old Gold #D8B646

Tints of Old Gold #D8B646

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

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

R = 46.15%
G = 38.89%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8B646 (or 0xD8B646) is known color: Old Gold. HEX triplet: D8, B6 and 46. RGB value is (216,182,70). Sum of RGB (Red+Green+Blue) = 216+182+70=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B646 is #2749B9. Grayscale: #B3B3B3. Windows color (decimal): -2574778 or 4634328. OLE color: 4634328.

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

Color convert

RGB 216 182 70 -
CMYK 0 0.16 0.68 0.15
HSL 46.03º 0.65% 0.56% -
HSV(B) 46.03º 0.68% 0.85% -
XYZ 46.15 48.5 12.72 -
YUV 179.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 216 182 70 0 0.16 0.68 0.15 46.03 0.65 0.56
Hex D8 B6 46 0 10 44 F 2E 41 38
Octal 330 266 106 0 20 104 17 56 101 70
Binary 11011000 10110110 1000110 0 10000 1000100 1111 101110 1000001 111000

Color Harmonies of #D8B646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B646

Black with #D8B646

Text Example


Text Example

White with #D8B646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B646; }

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

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

background-color css

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

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

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

border-color css

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

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

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