Html Css Color HEX #DEE138 Starship

📋 copy color: '#DEE138'

red 222 ◦ green 225 ◦ blue 56

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

Shades of Starship #DEE138

Tints of Starship #DEE138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.13%

R = 44.14%
G = 44.73%
B = 11.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#DEE138 (or 0xDEE138) is known color: Starship. HEX triplet: DE, E1 and 38. RGB value is (222,225,56). Sum of RGB (Red+Green+Blue) = 222+225+56=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE138 is #211EC7. Grayscale: #CDCDCD. Windows color (decimal): -2170568 or 3727838. OLE color: 3727838.

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

Color convert

RGB 222 225 56 -
CMYK 0.01 0 0.75 0.12
HSL 61.07º 0.74% 0.55% -
HSV(B) 61.07º 0.75% 0.88% -
XYZ 57.76 69.67 14.14 -
YUV 204.84 44.01 140.24 -
System Red Green Blue C M Y K H S L
Decimal 222 225 56 0.01 0 0.75 0.12 61.07 0.74 0.55
Hex DE E1 38 1 0 4B C 3D 4A 37
Octal 336 341 70 1 0 113 14 75 112 67
Binary 11011110 11100001 111000 1 0 1001011 1100 111101 1001010 110111

Color Harmonies of #DEE138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE138

Black with #DEE138

Text Example


Text Example

White with #DEE138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE138; }

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

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

background-color css

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

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

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

border-color css

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

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

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