Html Css Color HEX #DAB945 Old Gold

📋 copy color: '#DAB945'

red 218 ◦ green 185 ◦ blue 69

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

Shades of Old Gold #DAB945

Tints of Old Gold #DAB945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.62%

R = 46.19%
G = 39.19%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAB945 (or 0xDAB945) is known color: Old Gold. HEX triplet: DA, B9 and 45. RGB value is (218,185,69). Sum of RGB (Red+Green+Blue) = 218+185+69=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB945 is #2546BA. Grayscale: #B6B6B6. Windows color (decimal): -2442939 or 4569562. OLE color: 4569562.

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

Color convert

RGB 218 185 69 -
CMYK 0 0.15 0.68 0.15
HSL 46.71º 0.67% 0.56% -
HSV(B) 46.71º 0.68% 0.85% -
XYZ 47.34 50.03 12.79 -
YUV 181.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 218 185 69 0 0.15 0.68 0.15 46.71 0.67 0.56
Hex DA B9 45 0 F 44 F 2F 43 38
Octal 332 271 105 0 17 104 17 57 103 70
Binary 11011010 10111001 1000101 0 1111 1000100 1111 101111 1000011 111000

Color Harmonies of #DAB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB945

Black with #DAB945

Text Example


Text Example

White with #DAB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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