#DFEF3B

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

Shades of Starship #DFEF3B

Tints of Starship #DFEF3B

Color information

#DFEF3B (or 0xDFEF3B) is unknown color: approx Starship. HEX triplet: DF, EF and 3B. RGB value is (223,239,59). Sum of RGB (Red+Green+Blue) = 223+239+59=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 59 (23.44% from 255 or 11.32% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF3B is #2010C4. Grayscale: #D6D6D6. Windows color (decimal): -2101445 or 3928031. OLE color: 3928031.

HSL color Cylindrical-coordinate representation of color #DFEF3B: hue angle of 65.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFEF3B is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB22323959-
CMYK0.0700.750.06
HSL65.33º84.91%58.43%-
HSV(B)65.33º75.31%93.73%-
XYZ62.0977.7415.87-
YUV213.740.7134.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 59 (23.44% from 255) = 11.32%
R=42.80%
G=45.87%
B=11.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal223239590.0700.750.0665.3384.9158.43
HexDFEF3B704B641553a
Octal3373577370113610112572
Binary11011111111011111110111110100101111010000011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEF3B; }

 p { color: rgb(223,239,59); }

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

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

 a { background-color: rgb(223,239,59); }

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

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

 span { border-color: rgb(223,239,59); }

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