#DCDA47

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

Shades of Starship #DCDA47

Tints of Starship #DCDA47

Color information

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

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

Color convert

RGB22021871-
CMYK00.010.680.14
HSL59.19º68.04%57.06%-
HSV(B)59.19º67.73%86.27%-
XYZ55.7265.8115.73-
YUV201.8454.16140.95-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202187100.010.680.1459.1968.0457.06
HexDCDA470144E3b4439
Octal33433210701104167310471
Binary1101110011011010100011101100010011101110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA47; }

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

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

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

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

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

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

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

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