#DFE32C

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

Shades of Starship #DFE32C

Tints of Starship #DFE32C

Color information

#DFE32C (or 0xDFE32C) is unknown color: approx Starship. HEX triplet: DF, E3 and 2C. RGB value is (223,227,44). Sum of RGB (Red+Green+Blue) = 223+227+44=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE32C is #201CD3. Grayscale: #CDCDCD. Windows color (decimal): -2104532 or 2941919. OLE color: 2941919.

HSL color Cylindrical-coordinate representation of color #DFE32C: hue angle of 61.31º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFE32C is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22322744-
CMYK0.0200.810.11
HSL61.31º76.57%53.14%-
HSV(B)61.31º80.62%89.02%-
XYZ58.3670.8112.97-
YUV204.9437.17140.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.14%
GREEN value IS 227 (89.06% from 255) = 45.95%
BLUE value IS 44 (17.58% from 255) = 8.91%
R=45.14%
G=45.95%
B=8.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal223227440.0200.810.1161.3176.5753.14
HexDFE32C2051B3d4d35
Octal3373435420121137511565
Binary1101111111100011101100100101000110111111011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE32C; }

 p { color: rgb(223,227,44); }

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

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

 a { background-color: rgb(223,227,44); }

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

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

 span { border-color: rgb(223,227,44); }

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