#DCDF35

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

Shades of Starship #DCDF35

Tints of Starship #DCDF35

Color information

#DCDF35 (or 0xDCDF35) is unknown color: approx Starship. HEX triplet: DC, DF and 35. RGB value is (220,223,53). Sum of RGB (Red+Green+Blue) = 220+223+53=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF35 is #2320CA. Grayscale: #CBCBCB. Windows color (decimal): -2302155 or 3530716. OLE color: 3530716.

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

Color convert

RGB22022353-
CMYK0.0100.760.13
HSL61.06º72.65%54.12%-
HSV(B)61.06º76.23%87.45%-
XYZ56.5568.2513.56-
YUV202.7243.51140.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.35%
GREEN value IS 223 (87.5% from 255) = 44.96%
BLUE value IS 53 (21.09% from 255) = 10.69%
R=44.35%
G=44.96%
B=10.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220223530.0100.760.1361.0672.6554.12
HexDCDF35104CD3d4936
Octal3343376510114157511166
Binary110111001101111111010110100110011011111011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF35; }

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

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

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

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

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

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

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

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