#DCDF3C

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

Shades of Starship #DCDF3C

Tints of Starship #DCDF3C

Color information

#DCDF3C (or 0xDCDF3C) is unknown color: approx Starship. HEX triplet: DC, DF and 3C. RGB value is (220,223,60). Sum of RGB (Red+Green+Blue) = 220+223+60=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF3C is #2320C3. Grayscale: #CCCCCC. Windows color (decimal): -2302148 or 3989468. OLE color: 3989468.

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

Color convert

RGB22022360-
CMYK0.0100.730.13
HSL61.1º71.81%55.49%-
HSV(B)61.1º73.09%87.45%-
XYZ56.7268.3214.47-
YUV203.5247.01139.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 60 (23.83% from 255) = 11.93%
R=43.74%
G=44.33%
B=11.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220223600.0100.730.1361.171.8155.49
HexDCDF3C1049D3d4837
Octal3343377410111157511067
Binary110111001101111111110010100100111011111011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF3C; }

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

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

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

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

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

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

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

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