Html Css Color HEX #DABA37 Old Gold

📋 copy color: '#DABA37'

red 218 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #DABA37

Tints of Old Gold #DABA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.98%

R = 47.49%
G = 40.52%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DABA37 (or 0xDABA37) is known color: Old Gold. HEX triplet: DA, BA and 37. RGB value is (218,186,55). Sum of RGB (Red+Green+Blue) = 218+186+55=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 55 (21.88% from 255 or 11.98% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA37 is #2545C8. Grayscale: #B5B5B5. Windows color (decimal): -2442697 or 3652314. OLE color: 3652314.

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

Color convert

RGB 218 186 55 -
CMYK 0 0.15 0.75 0.15
HSL 48.22º 0.69% 0.54% -
HSV(B) 48.22º 0.75% 0.85% -
XYZ 47.16 50.3 10.84 -
YUV 180.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 218 186 55 0 0.15 0.75 0.15 48.22 0.69 0.54
Hex DA BA 37 0 F 4B F 30 45 36
Octal 332 272 67 0 17 113 17 60 105 66
Binary 11011010 10111010 110111 0 1111 1001011 1111 110000 1000101 110110

Color Harmonies of #DABA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA37

Black with #DABA37

Text Example


Text Example

White with #DABA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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