Html Css Color HEX #DAB845 Old Gold

📋 copy color: '#DAB845'

red 218 ◦ green 184 ◦ blue 69

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

Shades of Old Gold #DAB845

Tints of Old Gold #DAB845

RGB

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

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

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

R = 46.28%
G = 39.07%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAB845 (or 0xDAB845) is known color: Old Gold. HEX triplet: DA, B8 and 45. RGB value is (218,184,69). Sum of RGB (Red+Green+Blue) = 218+184+69=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB845 is #2547BA. Grayscale: #B5B5B5. Windows color (decimal): -2443195 or 4569306. OLE color: 4569306.

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

Color convert

RGB 218 184 69 -
CMYK 0 0.16 0.68 0.15
HSL 46.31º 0.67% 0.56% -
HSV(B) 46.31º 0.68% 0.85% -
XYZ 47.13 49.62 12.72 -
YUV 181.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 218 184 69 0 0.16 0.68 0.15 46.31 0.67 0.56
Hex DA B8 45 0 10 44 F 2E 43 38
Octal 332 270 105 0 20 104 17 56 103 70
Binary 11011010 10111000 1000101 0 10000 1000100 1111 101110 1000011 111000

Color Harmonies of #DAB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB845

Black with #DAB845

Text Example


Text Example

White with #DAB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB845; }

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

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

background-color css

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

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

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

border-color css

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

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

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