#DCDD33

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

Shades of Starship #DCDD33

Tints of Starship #DCDD33

Color information

#DCDD33 (or 0xDCDD33) is unknown color: approx Starship. HEX triplet: DC, DD and 33. RGB value is (220,221,51). Sum of RGB (Red+Green+Blue) = 220+221+51=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD33 is #2322CC. Grayscale: #CACACA. Windows color (decimal): -2302669 or 3399132. OLE color: 3399132.

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

Color convert

RGB22022151-
CMYK0.0000.770.13
HSL60.35º71.43%53.33%-
HSV(B)60.35º76.92%86.67%-
XYZ55.9767.1713.15-
YUV201.3243.17141.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 51 (20.31% from 255) = 10.37%
R=44.72%
G=44.92%
B=10.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220221510.0000.770.1360.3571.4353.33
HexDCDD33004DD3c4735
Octal3343356300115157410765
Binary110111001101110111001100100110111011111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD33; }

 p { color: rgb(220,221,51); }

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

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

 a { background-color: rgb(220,221,51); }

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

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

 span { border-color: rgb(220,221,51); }

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