Html Css Color HEX #DAB93E Old Gold

📋 copy color: '#DAB93E'

red 218 ◦ green 185 ◦ blue 62

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

Shades of Old Gold #DAB93E

Tints of Old Gold #DAB93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.33%

R = 46.88%
G = 39.78%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAB93E (or 0xDAB93E) is known color: Old Gold. HEX triplet: DA, B9 and 3E. RGB value is (218,185,62). Sum of RGB (Red+Green+Blue) = 218+185+62=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB93E is #2546C1. Grayscale: #B5B5B5. Windows color (decimal): -2442946 or 4110810. OLE color: 4110810.

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

Color convert

RGB 218 185 62 -
CMYK 0 0.15 0.72 0.15
HSL 47.31º 0.68% 0.55% -
HSV(B) 47.31º 0.72% 0.85% -
XYZ 47.13 49.95 11.71 -
YUV 180.85 60.93 154.5 -
System Red Green Blue C M Y K H S L
Decimal 218 185 62 0 0.15 0.72 0.15 47.31 0.68 0.55
Hex DA B9 3E 0 F 48 F 2F 44 37
Octal 332 271 76 0 17 110 17 57 104 67
Binary 11011010 10111001 111110 0 1111 1001000 1111 101111 1000100 110111

Color Harmonies of #DAB93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB93E

Black with #DAB93E

Text Example


Text Example

White with #DAB93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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