Html Css Color HEX #DEE93A Starship

📋 copy color: '#DEE93A'

red 222 ◦ green 233 ◦ blue 58

#DEE93A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #DEE93A

Tints of Starship #DEE93A

RGB

 RED value IS 222 (87.11% from 255) = 43.27%

 GREEN value IS 233 (91.41% from 255) = 45.42%

 BLUE value IS 58 (23.05% from 255) = 11.31%

R = 43.27%
G = 45.42%
B = 11.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#DEE93A (or 0xDEE93A) is known color: Starship. HEX triplet: DE, E9 and 3A. RGB value is (222,233,58). Sum of RGB (Red+Green+Blue) = 222+233+58=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE93A is #2116C5. Grayscale: #D2D2D2. Windows color (decimal): -2168518 or 3860958. OLE color: 3860958.

HSL color Cylindrical-coordinate representation of color #DEE93A: hue angle of 63.77º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEE93A is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 58 -
CMYK 0.05 0 0.75 0.09
HSL 63.77º 0.8% 0.57% -
HSV(B) 63.77º 0.75% 0.91% -
XYZ 60.03 74.11 15.14 -
YUV 209.76 42.36 136.73 -
System Red Green Blue C M Y K H S L
Decimal 222 233 58 0.05 0 0.75 0.09 63.77 0.8 0.57
Hex DE E9 3A 5 0 4B 9 40 50 39
Octal 336 351 72 5 0 113 11 100 120 71
Binary 11011110 11101001 111010 101 0 1001011 1001 1000000 1010000 111001

Color Harmonies of #DEE93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE93A

Black with #DEE93A

Text Example


Text Example

White with #DEE93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE93A; }

 p { color: rgb(222,233,58); }

 H1.HeaderClassName
 {
   color: #DEE93A;
 }
 .AnyTagClassName
 {
   color: #DEE93A;
 }
</style>

background-color css

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

 a { background-color: rgb(222,233,58); }

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

border-color css

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

 span { border-color: rgb(222,233,58); }

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