#DADA40

Color #DADA40 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #DADA40

Tints of Starship #DADA40

Color information

#DADA40 (or 0xDADA40) is unknown color: approx Starship. HEX triplet: DA, DA and 40. RGB value is (218,218,64). Sum of RGB (Red+Green+Blue) = 218+218+64=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA40 is #2525BF. Grayscale: #C9C9C9. Windows color (decimal): -2434496 or 4250330. OLE color: 4250330.

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

Color convert

RGB21821864-
CMYK000.710.15
HSL60º67.54%55.29%-
HSV(B)60º70.64%85.49%-
XYZ54.9165.4214.58-
YUV200.4451140.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 64 (25.39% from 255) = 12.8%
R=43.6%
G=43.6%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821864000.710.156067.5455.29
HexDADA400047F3c4437
Octal33233210000107177410467
Binary1101101011011010100000000100011111111111001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA40; }

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

 H1.HeaderClassName
 {
   color: #DADA40;
 }
 .AnyTagClassName
 {
   color: #DADA40;
 }
</style>
background-color css

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

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

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

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

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

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