#DDDA34

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

Shades of Starship #DDDA34

Tints of Starship #DDDA34

Color information

#DDDA34 (or 0xDDDA34) is unknown color: approx Starship. HEX triplet: DD, DA and 34. RGB value is (221,218,52). Sum of RGB (Red+Green+Blue) = 221+218+52=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA34 is #2225CB. Grayscale: #C8C8C8. Windows color (decimal): -2237900 or 3463901. OLE color: 3463901.

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

Color convert

RGB22121852-
CMYK00.010.760.13
HSL58.93º71.31%53.53%-
HSV(B)58.93º76.47%86.67%-
XYZ55.5165.7613.02-
YUV199.9744.49143-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 218 (85.55% from 255) = 44.40%
BLUE value IS 52 (20.70% from 255) = 10.59%
R=45.01%
G=44.40%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212185200.010.760.1358.9371.3153.53
HexDDDA34014CD3b4736
Octal3353326401114157310766
Binary110111011101101011010001100110011011110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA34; }

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

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

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

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

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

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

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

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