Html Css Color HEX #D8BB40 Old Gold

📋 copy color: '#D8BB40'

red 216 ◦ green 187 ◦ blue 64

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

Shades of Old Gold #D8BB40

Tints of Old Gold #D8BB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.7%

R = 46.25%
G = 40.04%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8BB40 (or 0xD8BB40) is known color: Old Gold. HEX triplet: D8, BB and 40. RGB value is (216,187,64). Sum of RGB (Red+Green+Blue) = 216+187+64=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BB40 is #2744BF. Grayscale: #B6B6B6. Windows color (decimal): -2573504 or 4242392. OLE color: 4242392.

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

Color convert

RGB 216 187 64 -
CMYK 0 0.13 0.70 0.15
HSL 48.55º 0.66% 0.55% -
HSV(B) 48.55º 0.7% 0.85% -
XYZ 47.01 50.51 12.12 -
YUV 181.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 216 187 64 0 0.13 0.70 0.15 48.55 0.66 0.55
Hex D8 BB 40 0 D 46 F 31 42 37
Octal 330 273 100 0 15 106 17 61 102 67
Binary 11011000 10111011 1000000 0 1101 1000110 1111 110001 1000010 110111

Color Harmonies of #D8BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BB40

Black with #D8BB40

Text Example


Text Example

White with #D8BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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