#ddd633

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

Shades of Starship #DDD633

Tints of Starship #DDD633

Color information

#DDD633 (or 0xDDD633) is unknown color: approx Starship. HEX triplet: DD, D6 and 33. RGB value is (221,214,51). Sum of RGB (Red+Green+Blue) = 221+214+51=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD633 is #2229CC. Grayscale: #C6C6C6. Windows color (decimal): -2238925 or 3397341. OLE color: 3397341.

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

Color convert

RGB22121451-
CMYK00.030.770.13
HSL57.53º71.43%53.33%-
HSV(B)57.53º76.92%86.67%-
XYZ54.4663.712.56-
YUV197.5145.32144.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 214 (83.98% from 255) = 44.03%
BLUE value IS 51 (20.31% from 255) = 10.49%
R=45.47%
G=44.03%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212145100.030.770.1357.5371.4353.33
HexDDD633034DD3a4735
Octal3353266303115157210765
Binary1101110111010110110011011100110111011110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd633; }

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

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

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

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

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

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

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

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