Html Css Color HEX #DEE340 Starship

📋 copy color: '#DEE340'

red 222 ◦ green 227 ◦ blue 64

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

Shades of Starship #DEE340

Tints of Starship #DEE340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.25%

 BLUE value IS 64 (25.39% from 255) = 12.48%

R = 43.27%
G = 44.25%
B = 12.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#DEE340 (or 0xDEE340) is known color: Starship. HEX triplet: DE, E3 and 40. RGB value is (222,227,64). Sum of RGB (Red+Green+Blue) = 222+227+64=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE340 is #211CBF. Grayscale: #CFCFCF. Windows color (decimal): -2170048 or 4252638. OLE color: 4252638.

HSL color Cylindrical-coordinate representation of color #DEE340: hue angle of 61.84º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE340 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 64 -
CMYK 0.02 0 0.72 0.11
HSL 61.84º 0.74% 0.57% -
HSV(B) 61.84º 0.72% 0.89% -
XYZ 58.52 70.84 15.44 -
YUV 206.92 47.34 138.75 -
System Red Green Blue C M Y K H S L
Decimal 222 227 64 0.02 0 0.72 0.11 61.84 0.74 0.57
Hex DE E3 40 2 0 48 B 3E 4A 39
Octal 336 343 100 2 0 110 13 76 112 71
Binary 11011110 11100011 1000000 10 0 1001000 1011 111110 1001010 111001

Color Harmonies of #DEE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE340

Black with #DEE340

Text Example


Text Example

White with #DEE340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE340; }

 p { color: rgb(222,227,64); }

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

background-color css

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

 a { background-color: rgb(222,227,64); }

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

border-color css

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

 span { border-color: rgb(222,227,64); }

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