#DFDC45

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

Shades of Starship #DFDC45

Tints of Starship #DFDC45

Color information

#DFDC45 (or 0xDFDC45) is unknown color: approx Starship. HEX triplet: DF, DC and 45. RGB value is (223,220,69). Sum of RGB (Red+Green+Blue) = 223+220+69=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC45 is #2023BA. Grayscale: #CCCCCC. Windows color (decimal): -2106299 or 4578527. OLE color: 4578527.

HSL color Cylindrical-coordinate representation of color #DFDC45: hue angle of 58.83º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFDC45 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22322069-
CMYK00.010.690.13
HSL58.83º70.64%57.25%-
HSV(B)58.83º69.06%87.45%-
XYZ57.167.315.61-
YUV203.6851.99141.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 69 (27.34% from 255) = 13.48%
R=43.55%
G=42.97%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232206900.010.690.1358.8370.6457.25
HexDFDC450145D3b4739
Octal33733410501105157310771
Binary1101111111011100100010101100010111011110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC45; }

 p { color: rgb(223,220,69); }

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

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

 a { background-color: rgb(223,220,69); }

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

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

 span { border-color: rgb(223,220,69); }

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