#DFDC47

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

Shades of Starship #DFDC47

Tints of Starship #DFDC47

Color information

#DFDC47 (or 0xDFDC47) is unknown color: approx Starship. HEX triplet: DF, DC and 47. RGB value is (223,220,71). Sum of RGB (Red+Green+Blue) = 223+220+71=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 71 (28.12% from 255 or 13.81% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC47 is #2023B8. Grayscale: #CCCCCC. Windows color (decimal): -2106297 or 4709599. OLE color: 4709599.

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

Color convert

RGB22322071-
CMYK00.010.680.13
HSL58.82º70.37%57.65%-
HSV(B)58.82º68.16%87.45%-
XYZ57.1667.3315.94-
YUV203.9152.99141.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.39%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 71 (28.12% from 255) = 13.81%
R=43.39%
G=42.80%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232207100.010.680.1358.8270.3757.65
HexDFDC470144D3b463a
Octal33733410701104157310672
Binary1101111111011100100011101100010011011110111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC47; }

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

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

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

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

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

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

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

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