Html Css Color HEX #D8BB46 Old Gold

📋 copy color: '#D8BB46'

red 216 ◦ green 187 ◦ blue 70

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

Shades of Old Gold #D8BB46

Tints of Old Gold #D8BB46

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.53%

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

R = 45.67%
G = 39.53%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8BB46 (or 0xD8BB46) is known color: Old Gold. HEX triplet: D8, BB and 46. RGB value is (216,187,70). Sum of RGB (Red+Green+Blue) = 216+187+70=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BB46 is #2744B9. Grayscale: #B6B6B6. Windows color (decimal): -2573498 or 4635608. OLE color: 4635608.

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

Color convert

RGB 216 187 70 -
CMYK 0 0.13 0.68 0.15
HSL 48.08º 0.65% 0.56% -
HSV(B) 48.08º 0.68% 0.85% -
XYZ 47.19 50.58 13.07 -
YUV 182.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 216 187 70 0 0.13 0.68 0.15 48.08 0.65 0.56
Hex D8 BB 46 0 D 44 F 30 41 38
Octal 330 273 106 0 15 104 17 60 101 70
Binary 11011000 10111011 1000110 0 1101 1000100 1111 110000 1000001 111000

Color Harmonies of #D8BB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BB46

Black with #D8BB46

Text Example


Text Example

White with #D8BB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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