Html Css Color HEX #D8BB4A Old Gold

📋 copy color: '#D8BB4A'

red 216 ◦ green 187 ◦ blue 74

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

Shades of Old Gold #D8BB4A

Tints of Old Gold #D8BB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.51%

R = 45.28%
G = 39.2%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8BB4A (or 0xD8BB4A) is known color: Old Gold. HEX triplet: D8, BB and 4A. RGB value is (216,187,74). Sum of RGB (Red+Green+Blue) = 216+187+74=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BB4A is #2744B5. Grayscale: #B7B7B7. Windows color (decimal): -2573494 or 4897752. OLE color: 4897752.

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

Color convert

RGB 216 187 74 -
CMYK 0 0.13 0.66 0.15
HSL 47.75º 0.65% 0.57% -
HSV(B) 47.75º 0.66% 0.85% -
XYZ 47.33 50.63 13.76 -
YUV 182.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 216 187 74 0 0.13 0.66 0.15 47.75 0.65 0.57
Hex D8 BB 4A 0 D 42 F 30 41 39
Octal 330 273 112 0 15 102 17 60 101 71
Binary 11011000 10111011 1001010 0 1101 1000010 1111 110000 1000001 111001

Color Harmonies of #D8BB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BB4A

Black with #D8BB4A

Text Example


Text Example

White with #D8BB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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