#DADC47

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

Shades of Starship #DADC47

Tints of Starship #DADC47

Color information

#DADC47 (or 0xDADC47) is unknown color: approx Starship. HEX triplet: DA, DC and 47. RGB value is (218,220,71). Sum of RGB (Red+Green+Blue) = 218+220+71=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC47 is #2523B8. Grayscale: #CBCBCB. Windows color (decimal): -2433977 or 4709594. OLE color: 4709594.

HSL color Cylindrical-coordinate representation of color #DADC47: hue angle of 60.81º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DADC47 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB21822071-
CMYK0.0100.680.14
HSL60.81º68.04%57.06%-
HSV(B)60.81º67.73%86.27%-
XYZ55.6466.5515.87-
YUV202.4253.84139.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 71 (28.12% from 255) = 13.95%
R=42.83%
G=43.22%
B=13.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218220710.0100.680.1460.8168.0457.06
HexDADC471044E3d4439
Octal33233410710104167510471
Binary1101101011011100100011110100010011101111011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC47; }

 p { color: rgb(218,220,71); }

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

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

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

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

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

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

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