Html Css Color HEX #DABA3B Old Gold

📋 copy color: '#DABA3B'

red 218 ◦ green 186 ◦ blue 59

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

Shades of Old Gold #DABA3B

Tints of Old Gold #DABA3B

RGB

 RED value IS 218 (85.55% from 255) = 47.08%

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

 BLUE value IS 59 (23.44% from 255) = 12.74%

R = 47.08%
G = 40.17%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DABA3B (or 0xDABA3B) is known color: Old Gold. HEX triplet: DA, BA and 3B. RGB value is (218,186,59). Sum of RGB (Red+Green+Blue) = 218+186+59=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA3B is #2545C4. Grayscale: #B5B5B5. Windows color (decimal): -2442693 or 3914458. OLE color: 3914458.

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

Color convert

RGB 218 186 59 -
CMYK 0 0.15 0.73 0.15
HSL 47.92º 0.68% 0.54% -
HSV(B) 47.92º 0.73% 0.85% -
XYZ 47.26 50.34 11.36 -
YUV 181.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 218 186 59 0 0.15 0.73 0.15 47.92 0.68 0.54
Hex DA BA 3B 0 F 49 F 30 44 36
Octal 332 272 73 0 17 111 17 60 104 66
Binary 11011010 10111010 111011 0 1111 1001001 1111 110000 1000100 110110

Color Harmonies of #DABA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA3B

Black with #DABA3B

Text Example


Text Example

White with #DABA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA3B; }

 p { color: rgb(218,186,59); }

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

background-color css

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

 a { background-color: rgb(218,186,59); }

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

border-color css

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

 span { border-color: rgb(218,186,59); }

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