#DFDA3F

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

Shades of Starship #DFDA3F

Tints of Starship #DFDA3F

Color information

#DFDA3F (or 0xDFDA3F) is unknown color: approx Starship. HEX triplet: DF, DA and 3F. RGB value is (223,218,63). Sum of RGB (Red+Green+Blue) = 223+218+63=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA3F is #2025C0. Grayscale: #CACACA. Windows color (decimal): -2106817 or 4184799. OLE color: 4184799.

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

Color convert

RGB22321863-
CMYK00.020.720.13
HSL58.12º71.43%56.08%-
HSV(B)58.12º71.75%87.45%-
XYZ56.466.1914.51-
YUV201.8249.66143.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.25%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 63 (25% from 255) = 12.5%
R=44.25%
G=43.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232186300.020.720.1358.1271.4356.08
HexDFDA3F0248D3a4738
Octal3373327702110157210770
Binary1101111111011010111111010100100011011110101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA3F; }

 p { color: rgb(223,218,63); }

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

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

 a { background-color: rgb(223,218,63); }

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

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

 span { border-color: rgb(223,218,63); }

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