#D9D93C

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

Shades of Starship #D9D93C

Tints of Starship #D9D93C

Color information

#D9D93C (or 0xD9D93C) is unknown color: approx Starship. HEX triplet: D9, D9 and 3C. RGB value is (217,217,60). Sum of RGB (Red+Green+Blue) = 217+217+60=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D93C is #2626C3. Grayscale: #C7C7C7. Windows color (decimal): -2500292 or 3987929. OLE color: 3987929.

HSL color Cylindrical-coordinate representation of color #D9D93C: hue angle of 60º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9D93C is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB21721760-
CMYK000.720.15
HSL60º67.38%54.31%-
HSV(B)60º72.35%85.1%-
XYZ54.2464.713.91-
YUV199.149.5140.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 60 (23.83% from 255) = 12.15%
R=43.93%
G=43.93%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721760000.720.156067.3854.31
HexD9D93C0048F3c4336
Octal3313317400110177410366
Binary110110011101100111110000100100011111111001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D93C; }

 p { color: rgb(217,217,60); }

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

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

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

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

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

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

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