#DFEB3F

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

Shades of Starship #DFEB3F

Tints of Starship #DFEB3F

Color information

#DFEB3F (or 0xDFEB3F) is unknown color: approx Starship. HEX triplet: DF, EB and 3F. RGB value is (223,235,63). Sum of RGB (Red+Green+Blue) = 223+235+63=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB3F is #2014C0. Grayscale: #D4D4D4. Windows color (decimal): -2102465 or 4189151. OLE color: 4189151.

HSL color Cylindrical-coordinate representation of color #DFEB3F: hue angle of 64.19º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFEB3F is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB22323563-
CMYK0.0500.730.08
HSL64.19º81.13%58.43%-
HSV(B)64.19º73.19%92.16%-
XYZ61.0475.4616.05-
YUV211.844.02135.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 235 (92.19% from 255) = 45.11%
BLUE value IS 63 (25% from 255) = 12.09%
R=42.80%
G=45.11%
B=12.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal223235630.0500.730.0864.1981.1358.43
HexDFEB3F5049840513a
Octal33735377501111010012172
Binary110111111110101111111110101001001100010000001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEB3F; }

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

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

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

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

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

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

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

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