#DEDF41

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

Shades of Starship #DEDF41

Tints of Starship #DEDF41

Color information

#DEDF41 (or 0xDEDF41) is unknown color: approx Starship. HEX triplet: DE, DF and 41. RGB value is (222,223,65). Sum of RGB (Red+Green+Blue) = 222+223+65=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF41 is #2120BE. Grayscale: #CDCDCD. Windows color (decimal): -2171071 or 4317150. OLE color: 4317150.

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

Color convert

RGB22222365-
CMYK0.0000.710.13
HSL60.38º71.17%56.47%-
HSV(B)60.38º70.85%87.45%-
XYZ57.4768.6915.23-
YUV204.6949.17140.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 223 (87.5% from 255) = 43.73%
BLUE value IS 65 (25.78% from 255) = 12.75%
R=43.53%
G=43.73%
B=12.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222223650.0000.710.1360.3871.1756.47
HexDEDF410047D3c4738
Octal33633710100107157410770
Binary1101111011011111100000100100011111011111001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDF41; }

 p { color: rgb(222,223,65); }

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

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

 a { background-color: rgb(222,223,65); }

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

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

 span { border-color: rgb(222,223,65); }

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