#DCDD35

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

Shades of Starship #DCDD35

Tints of Starship #DCDD35

Color information

#DCDD35 (or 0xDCDD35) is unknown color: approx Starship. HEX triplet: DC, DD and 35. RGB value is (220,221,53). Sum of RGB (Red+Green+Blue) = 220+221+53=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD35 is #2322CA. Grayscale: #CACACA. Windows color (decimal): -2302667 or 3530204. OLE color: 3530204.

HSL color Cylindrical-coordinate representation of color #DCDD35: hue angle of 60.36º degrees, saturation: 0.71, 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 #DCDD35 is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB22022153-
CMYK0.0000.760.13
HSL60.36º71.19%53.73%-
HSV(B)60.36º76.02%86.67%-
XYZ56.0167.1913.38-
YUV201.5544.17141.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.53%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 53 (21.09% from 255) = 10.73%
R=44.53%
G=44.74%
B=10.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220221530.0000.760.1360.3671.1953.73
HexDCDD35004CD3c4736
Octal3343356500114157410766
Binary110111001101110111010100100110011011111001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD35; }

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

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

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

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

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

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

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

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