#DDDF33

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

Shades of Starship #DDDF33

Tints of Starship #DDDF33

Color information

#DDDF33 (or 0xDDDF33) is unknown color: approx Starship. HEX triplet: DD, DF and 33. RGB value is (221,223,51). Sum of RGB (Red+Green+Blue) = 221+223+51=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF33 is #2220CC. Grayscale: #CBCBCB. Windows color (decimal): -2236621 or 3399645. OLE color: 3399645.

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

Color convert

RGB22122351-
CMYK0.0100.770.13
HSL60.7º72.88%53.73%-
HSV(B)60.7º77.13%87.45%-
XYZ56.868.3913.34-
YUV202.7942.34140.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 223 (87.5% from 255) = 45.05%
BLUE value IS 51 (20.31% from 255) = 10.30%
R=44.65%
G=45.05%
B=10.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221223510.0100.770.1360.772.8853.73
HexDDDF33104DD3d4936
Octal3353376310115157511166
Binary110111011101111111001110100110111011111011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDF33; }

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

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

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

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

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

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

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

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