Html Css Color HEX #DABD40 Old Gold

📋 copy color: '#DABD40'

red 218 ◦ green 189 ◦ blue 64

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

Shades of Old Gold #DABD40

Tints of Old Gold #DABD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.13%

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 46.28%
G = 40.13%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DABD40 (or 0xDABD40) is known color: Old Gold. HEX triplet: DA, BD and 40. RGB value is (218,189,64). Sum of RGB (Red+Green+Blue) = 218+189+64=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD40 is #2542BF. Grayscale: #B7B7B7. Windows color (decimal): -2441920 or 4242906. OLE color: 4242906.

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

Color convert

RGB 218 189 64 -
CMYK 0 0.13 0.71 0.15
HSL 48.7º 0.68% 0.55% -
HSV(B) 48.7º 0.71% 0.85% -
XYZ 48.04 51.67 12.29 -
YUV 183.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 218 189 64 0 0.13 0.71 0.15 48.7 0.68 0.55
Hex DA BD 40 0 D 47 F 31 44 37
Octal 332 275 100 0 15 107 17 61 104 67
Binary 11011010 10111101 1000000 0 1101 1000111 1111 110001 1000100 110111

Color Harmonies of #DABD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD40

Black with #DABD40

Text Example


Text Example

White with #DABD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD40; }

 p { color: rgb(218,189,64); }

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

background-color css

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

 a { background-color: rgb(218,189,64); }

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

border-color css

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

 span { border-color: rgb(218,189,64); }

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