Html Css Color HEX #DEE93B Starship

📋 copy color: '#DEE93B'

red 222 ◦ green 233 ◦ blue 59

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

Shades of Starship #DEE93B

Tints of Starship #DEE93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.48%

R = 43.19%
G = 45.33%
B = 11.48%

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

#DEE93B (or 0xDEE93B) is known color: Starship. HEX triplet: DE, E9 and 3B. RGB value is (222,233,59). Sum of RGB (Red+Green+Blue) = 222+233+59=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 59 (23.44% from 255 or 11.48% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE93B is #2116C4. Grayscale: #D2D2D2. Windows color (decimal): -2168517 or 3926494. OLE color: 3926494.

HSL color Cylindrical-coordinate representation of color #DEE93B: hue angle of 63.79º 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 #DEE93B is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 59 -
CMYK 0.05 0 0.75 0.09
HSL 63.79º 0.8% 0.57% -
HSV(B) 63.79º 0.75% 0.91% -
XYZ 60.05 74.12 15.28 -
YUV 209.88 42.86 136.65 -
System Red Green Blue C M Y K H S L
Decimal 222 233 59 0.05 0 0.75 0.09 63.79 0.8 0.57
Hex DE E9 3B 5 0 4B 9 40 50 39
Octal 336 351 73 5 0 113 11 100 120 71
Binary 11011110 11101001 111011 101 0 1001011 1001 1000000 1010000 111001

Color Harmonies of #DEE93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE93B

Black with #DEE93B

Text Example


Text Example

White with #DEE93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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