Html Css Color HEX #DEE042 Starship

📋 copy color: '#DEE042'

red 222 ◦ green 224 ◦ blue 66

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

Shades of Starship #DEE042

Tints of Starship #DEE042

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.75%

 BLUE value IS 66 (26.17% from 255) = 12.89%

R = 43.36%
G = 43.75%
B = 12.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#DEE042 (or 0xDEE042) is known color: Starship. HEX triplet: DE, E0 and 42. RGB value is (222,224,66). Sum of RGB (Red+Green+Blue) = 222+224+66=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE042 is #211FBD. Grayscale: #CECECE. Windows color (decimal): -2170814 or 4382942. OLE color: 4382942.

HSL color Cylindrical-coordinate representation of color #DEE042: hue angle of 60.76º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEE042 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 66 -
CMYK 0.01 0 0.71 0.12
HSL 60.76º 0.72% 0.57% -
HSV(B) 60.76º 0.71% 0.88% -
XYZ 57.76 69.23 15.47 -
YUV 205.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 222 224 66 0.01 0 0.71 0.12 60.76 0.72 0.57
Hex DE E0 42 1 0 47 C 3D 48 39
Octal 336 340 102 1 0 107 14 75 110 71
Binary 11011110 11100000 1000010 1 0 1000111 1100 111101 1001000 111001

Color Harmonies of #DEE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE042

Black with #DEE042

Text Example


Text Example

White with #DEE042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE042; }

 p { color: rgb(222,224,66); }

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

background-color css

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

 a { background-color: rgb(222,224,66); }

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

border-color css

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

 span { border-color: rgb(222,224,66); }

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