Html Css Color HEX #DAB544 Old Gold

📋 copy color: '#DAB544'

red 218 ◦ green 181 ◦ blue 68

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

Shades of Old Gold #DAB544

Tints of Old Gold #DAB544

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

 BLUE value IS 68 (26.95% from 255) = 14.56%

R = 46.68%
G = 38.76%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAB544 (or 0xDAB544) is known color: Old Gold. HEX triplet: DA, B5 and 44. RGB value is (218,181,68). Sum of RGB (Red+Green+Blue) = 218+181+68=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB544 is #254ABB. Grayscale: #B3B3B3. Windows color (decimal): -2443964 or 4503002. OLE color: 4503002.

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

Color convert

RGB 218 181 68 -
CMYK 0 0.17 0.69 0.15
HSL 45.2º 0.67% 0.56% -
HSV(B) 45.2º 0.69% 0.85% -
XYZ 46.48 48.37 12.36 -
YUV 179.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 218 181 68 0 0.17 0.69 0.15 45.2 0.67 0.56
Hex DA B5 44 0 11 45 F 2D 43 38
Octal 332 265 104 0 21 105 17 55 103 70
Binary 11011010 10110101 1000100 0 10001 1000101 1111 101101 1000011 111000

Color Harmonies of #DAB544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB544

Black with #DAB544

Text Example


Text Example

White with #DAB544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB544; }

 p { color: rgb(218,181,68); }

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

background-color css

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

 a { background-color: rgb(218,181,68); }

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

border-color css

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

 span { border-color: rgb(218,181,68); }

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