Html Css Color HEX #DEE131 Starship

📋 copy color: '#DEE131'

red 222 ◦ green 225 ◦ blue 49

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

Shades of Starship #DEE131

Tints of Starship #DEE131

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.36%

 BLUE value IS 49 (19.53% from 255) = 9.88%

R = 44.76%
G = 45.36%
B = 9.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#DEE131 (or 0xDEE131) is known color: Starship. HEX triplet: DE, E1 and 31. RGB value is (222,225,49). Sum of RGB (Red+Green+Blue) = 222+225+49=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE131 is #211ECE. Grayscale: #CCCCCC. Windows color (decimal): -2170575 or 3269086. OLE color: 3269086.

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

Color convert

RGB 222 225 49 -
CMYK 0.01 0 0.78 0.12
HSL 61.02º 0.75% 0.54% -
HSV(B) 61.02º 0.78% 0.88% -
XYZ 57.6 69.6 13.3 -
YUV 204.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 222 225 49 0.01 0 0.78 0.12 61.02 0.75 0.54
Hex DE E1 31 1 0 4E C 3D 4B 36
Octal 336 341 61 1 0 116 14 75 113 66
Binary 11011110 11100001 110001 1 0 1001110 1100 111101 1001011 110110

Color Harmonies of #DEE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE131

Black with #DEE131

Text Example


Text Example

White with #DEE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE131; }

 p { color: rgb(222,225,49); }

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

background-color css

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

 a { background-color: rgb(222,225,49); }

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

border-color css

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

 span { border-color: rgb(222,225,49); }

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