Html Css Color HEX #D8BA39 Old Gold

📋 copy color: '#D8BA39'

red 216 ◦ green 186 ◦ blue 57

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

Shades of Old Gold #D8BA39

Tints of Old Gold #D8BA39

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

 BLUE value IS 57 (22.66% from 255) = 12.42%

R = 47.06%
G = 40.52%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D8BA39 (or 0xD8BA39) is known color: Old Gold. HEX triplet: D8, BA and 39. RGB value is (216,186,57). Sum of RGB (Red+Green+Blue) = 216+186+57=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA39 is #2745C6. Grayscale: #B4B4B4. Windows color (decimal): -2573767 or 3783384. OLE color: 3783384.

HSL color Cylindrical-coordinate representation of color #D8BA39: hue angle of 48.68º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8BA39 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 57 -
CMYK 0 0.14 0.74 0.15
HSL 48.68º 0.67% 0.54% -
HSV(B) 48.68º 0.74% 0.85% -
XYZ 46.62 50.01 11.07 -
YUV 180.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 216 186 57 0 0.14 0.74 0.15 48.68 0.67 0.54
Hex D8 BA 39 0 E 4A F 31 43 36
Octal 330 272 71 0 16 112 17 61 103 66
Binary 11011000 10111010 111001 0 1110 1001010 1111 110001 1000011 110110

Color Harmonies of #D8BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA39

Black with #D8BA39

Text Example


Text Example

White with #D8BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA39; }

 p { color: rgb(216,186,57); }

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

background-color css

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

 a { background-color: rgb(216,186,57); }

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

border-color css

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

 span { border-color: rgb(216,186,57); }

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