#DCDF45

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

Shades of Starship #DCDF45

Tints of Starship #DCDF45

Color information

#DCDF45 (or 0xDCDF45) is unknown color: approx Starship. HEX triplet: DC, DF and 45. RGB value is (220,223,69). Sum of RGB (Red+Green+Blue) = 220+223+69=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF45 is #2320BA. Grayscale: #CDCDCD. Windows color (decimal): -2302139 or 4579292. OLE color: 4579292.

HSL color Cylindrical-coordinate representation of color #DCDF45: hue angle of 61.17º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCDF45 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22022369-
CMYK0.0100.690.13
HSL61.17º70.64%57.25%-
HSV(B)61.17º69.06%87.45%-
XYZ56.9868.4215.83-
YUV204.5551.51139.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 69 (27.34% from 255) = 13.48%
R=42.97%
G=43.55%
B=13.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220223690.0100.690.1361.1770.6457.25
HexDCDF451045D3d4739
Octal33433710510105157510771
Binary1101110011011111100010110100010111011111011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF45; }

 p { color: rgb(220,223,69); }

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

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

 a { background-color: rgb(220,223,69); }

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

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

 span { border-color: rgb(220,223,69); }

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