Html Css Color HEX #DAB93B Old Gold

📋 copy color: '#DAB93B'

red 218 ◦ green 185 ◦ blue 59

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

Shades of Old Gold #DAB93B

Tints of Old Gold #DAB93B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.04%

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

R = 47.19%
G = 40.04%
B = 12.77%

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

#DAB93B (or 0xDAB93B) is known color: Old Gold. HEX triplet: DA, B9 and 3B. RGB value is (218,185,59). Sum of RGB (Red+Green+Blue) = 218+185+59=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB93B is #2546C4. Grayscale: #B5B5B5. Windows color (decimal): -2442949 or 3914202. OLE color: 3914202.

HSL color Cylindrical-coordinate representation of color #DAB93B: hue angle of 47.55º 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 #DAB93B is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 59 -
CMYK 0 0.15 0.73 0.15
HSL 47.55º 0.68% 0.54% -
HSV(B) 47.55º 0.73% 0.85% -
XYZ 47.05 49.92 11.29 -
YUV 180.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 218 185 59 0 0.15 0.73 0.15 47.55 0.68 0.54
Hex DA B9 3B 0 F 49 F 30 44 36
Octal 332 271 73 0 17 111 17 60 104 66
Binary 11011010 10111001 111011 0 1111 1001001 1111 110000 1000100 110110

Color Harmonies of #DAB93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB93B

Black with #DAB93B

Text Example


Text Example

White with #DAB93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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