Html Css Color HEX #DAB841 Old Gold

📋 copy color: '#DAB841'

red 218 ◦ green 184 ◦ blue 65

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

Shades of Old Gold #DAB841

Tints of Old Gold #DAB841

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.4%

 BLUE value IS 65 (25.78% from 255) = 13.92%

R = 46.68%
G = 39.4%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAB841 (or 0xDAB841) is known color: Old Gold. HEX triplet: DA, B8 and 41. RGB value is (218,184,65). Sum of RGB (Red+Green+Blue) = 218+184+65=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB841 is #2547BE. Grayscale: #B5B5B5. Windows color (decimal): -2443199 or 4307162. OLE color: 4307162.

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

Color convert

RGB 218 184 65 -
CMYK 0 0.16 0.70 0.15
HSL 46.67º 0.67% 0.55% -
HSV(B) 46.67º 0.7% 0.85% -
XYZ 47.01 49.57 12.09 -
YUV 180.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 218 184 65 0 0.16 0.70 0.15 46.67 0.67 0.55
Hex DA B8 41 0 10 46 F 2F 43 37
Octal 332 270 101 0 20 106 17 57 103 67
Binary 11011010 10111000 1000001 0 10000 1000110 1111 101111 1000011 110111

Color Harmonies of #DAB841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB841

Black with #DAB841

Text Example


Text Example

White with #DAB841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB841; }

 p { color: rgb(218,184,65); }

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

background-color css

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

 a { background-color: rgb(218,184,65); }

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

border-color css

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

 span { border-color: rgb(218,184,65); }

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