#DEDA3F

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

Shades of Starship #DEDA3F

Tints of Starship #DEDA3F

Color information

#DEDA3F (or 0xDEDA3F) is unknown color: approx Starship. HEX triplet: DE, DA and 3F. RGB value is (222,218,63). Sum of RGB (Red+Green+Blue) = 222+218+63=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA3F is #2125C0. Grayscale: #CACACA. Windows color (decimal): -2172353 or 4184798. OLE color: 4184798.

HSL color Cylindrical-coordinate representation of color #DEDA3F: hue angle of 58.49º 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 #DEDA3F is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB22221863-
CMYK00.020.720.13
HSL58.49º70.67%55.88%-
HSV(B)58.49º71.62%87.06%-
XYZ56.0966.0314.49-
YUV201.5349.83142.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 63 (25% from 255) = 12.52%
R=44.14%
G=43.34%
B=12.52%

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
Decimal2222186300.020.720.1358.4970.6755.88
HexDEDA3F0248D3a4738
Octal3363327702110157210770
Binary1101111011011010111111010100100011011110101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA3F; }

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

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

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

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

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

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

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

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