Html Css Color HEX #DEE53C Starship

📋 copy color: '#DEE53C'

red 222 ◦ green 229 ◦ blue 60

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

Shades of Starship #DEE53C

Tints of Starship #DEE53C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.81%

 BLUE value IS 60 (23.83% from 255) = 11.74%

R = 43.44%
G = 44.81%
B = 11.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#DEE53C (or 0xDEE53C) is known color: Starship. HEX triplet: DE, E5 and 3C. RGB value is (222,229,60). Sum of RGB (Red+Green+Blue) = 222+229+60=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE53C is #211AC3. Grayscale: #D0D0D0. Windows color (decimal): -2169540 or 3991006. OLE color: 3991006.

HSL color Cylindrical-coordinate representation of color #DEE53C: hue angle of 62.49º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEE53C is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 60 -
CMYK 0.03 0 0.74 0.10
HSL 62.49º 0.76% 0.57% -
HSV(B) 62.49º 0.74% 0.9% -
XYZ 58.96 71.89 15.04 -
YUV 207.64 44.68 138.24 -
System Red Green Blue C M Y K H S L
Decimal 222 229 60 0.03 0 0.74 0.10 62.49 0.76 0.57
Hex DE E5 3C 3 0 4A A 3E 4C 39
Octal 336 345 74 3 0 112 12 76 114 71
Binary 11011110 11100101 111100 11 0 1001010 1010 111110 1001100 111001

Color Harmonies of #DEE53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE53C

Black with #DEE53C

Text Example


Text Example

White with #DEE53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE53C; }

 p { color: rgb(222,229,60); }

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

background-color css

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

 a { background-color: rgb(222,229,60); }

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

border-color css

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

 span { border-color: rgb(222,229,60); }

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