Html Css Color HEX #DABA39 Old Gold

📋 copy color: '#DABA39'

red 218 ◦ green 186 ◦ blue 57

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

Shades of Old Gold #DABA39

Tints of Old Gold #DABA39

RGB

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

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

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

R = 47.29%
G = 40.35%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DABA39 (or 0xDABA39) is known color: Old Gold. HEX triplet: DA, BA and 39. RGB value is (218,186,57). Sum of RGB (Red+Green+Blue) = 218+186+57=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 57 (22.66% from 255 or 12.36% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA39 is #2545C6. Grayscale: #B5B5B5. Windows color (decimal): -2442695 or 3783386. OLE color: 3783386.

HSL color Cylindrical-coordinate representation of color #DABA39: hue angle of 48.07º degrees, saturation: 0.69, 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 #DABA39 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 57 -
CMYK 0 0.15 0.74 0.15
HSL 48.07º 0.69% 0.54% -
HSV(B) 48.07º 0.74% 0.85% -
XYZ 47.21 50.32 11.1 -
YUV 180.86 58.1 154.49 -
System Red Green Blue C M Y K H S L
Decimal 218 186 57 0 0.15 0.74 0.15 48.07 0.69 0.54
Hex DA BA 39 0 F 4A F 30 45 36
Octal 332 272 71 0 17 112 17 60 105 66
Binary 11011010 10111010 111001 0 1111 1001010 1111 110000 1000101 110110

Color Harmonies of #DABA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA39

Black with #DABA39

Text Example


Text Example

White with #DABA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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