#DDDC34

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

Shades of Starship #DDDC34

Tints of Starship #DDDC34

Color information

#DDDC34 (or 0xDDDC34) is unknown color: approx Starship. HEX triplet: DD, DC and 34. RGB value is (221,220,52). Sum of RGB (Red+Green+Blue) = 221+220+52=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC34 is #2223CB. Grayscale: #C9C9C9. Windows color (decimal): -2237388 or 3464413. OLE color: 3464413.

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

Color convert

RGB22122052-
CMYK00.000.760.13
HSL59.64º71.31%53.53%-
HSV(B)59.64º76.47%86.67%-
XYZ56.0366.8113.19-
YUV201.1543.83142.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 220 (86.33% from 255) = 44.62%
BLUE value IS 52 (20.70% from 255) = 10.55%
R=44.83%
G=44.62%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212205200.000.760.1359.6471.3153.53
HexDDDC34004CD3c4736
Octal3353346400114157410766
Binary110111011101110011010000100110011011111001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC34; }

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

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

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

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

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

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

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

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