#D9DD3B

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

Shades of Starship #D9DD3B

Tints of Starship #D9DD3B

Color information

#D9DD3B (or 0xD9DD3B) is unknown color: approx Starship. HEX triplet: D9, DD and 3B. RGB value is (217,221,59). Sum of RGB (Red+Green+Blue) = 217+221+59=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD3B is #2622C4. Grayscale: #C9C9C9. Windows color (decimal): -2499269 or 3923417. OLE color: 3923417.

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

Color convert

RGB21722159-
CMYK0.0200.730.13
HSL61.48º70.43%54.9%-
HSV(B)61.48º73.3%86.67%-
XYZ55.2666.7814.12-
YUV201.3447.67139.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 59 (23.44% from 255) = 11.87%
R=43.66%
G=44.47%
B=11.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217221590.0200.730.1361.4870.4354.9
HexD9DD3B2049D3d4637
Octal3313357320111157510667
Binary1101100111011101111011100100100111011111011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DD3B; }

 p { color: rgb(217,221,59); }

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

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

 a { background-color: rgb(217,221,59); }

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

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

 span { border-color: rgb(217,221,59); }

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