Html Css Color HEX #DAB94A Old Gold

📋 copy color: '#DAB94A'

red 218 ◦ green 185 ◦ blue 74

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

Shades of Old Gold #DAB94A

Tints of Old Gold #DAB94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.51%

R = 45.7%
G = 38.78%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB94A (or 0xDAB94A) is known color: Old Gold. HEX triplet: DA, B9 and 4A. RGB value is (218,185,74). Sum of RGB (Red+Green+Blue) = 218+185+74=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB94A is #2546B5. Grayscale: #B6B6B6. Windows color (decimal): -2442934 or 4897242. OLE color: 4897242.

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

Color convert

RGB 218 185 74 -
CMYK 0 0.15 0.66 0.15
HSL 46.25º 0.66% 0.57% -
HSV(B) 46.25º 0.66% 0.85% -
XYZ 47.5 50.1 13.64 -
YUV 182.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 218 185 74 0 0.15 0.66 0.15 46.25 0.66 0.57
Hex DA B9 4A 0 F 42 F 2E 42 39
Octal 332 271 112 0 17 102 17 56 102 71
Binary 11011010 10111001 1001010 0 1111 1000010 1111 101110 1000010 111001

Color Harmonies of #DAB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB94A

Black with #DAB94A

Text Example


Text Example

White with #DAB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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