Html Css Color HEX #DEE53B Starship

📋 copy color: '#DEE53B'

red 222 ◦ green 229 ◦ blue 59

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

Shades of Starship #DEE53B

Tints of Starship #DEE53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.57%

R = 43.53%
G = 44.9%
B = 11.57%

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

#DEE53B (or 0xDEE53B) is known color: Starship. HEX triplet: DE, E5 and 3B. RGB value is (222,229,59). Sum of RGB (Red+Green+Blue) = 222+229+59=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 59 (23.44% from 255 or 11.57% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE53B is #211AC4. Grayscale: #D0D0D0. Windows color (decimal): -2169541 or 3925470. OLE color: 3925470.

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

Color convert

RGB 222 229 59 -
CMYK 0.03 0 0.74 0.10
HSL 62.47º 0.77% 0.56% -
HSV(B) 62.47º 0.74% 0.9% -
XYZ 58.93 71.88 14.91 -
YUV 207.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 222 229 59 0.03 0 0.74 0.10 62.47 0.77 0.56
Hex DE E5 3B 3 0 4A A 3E 4D 38
Octal 336 345 73 3 0 112 12 76 115 70
Binary 11011110 11100101 111011 11 0 1001010 1010 111110 1001101 111000

Color Harmonies of #DEE53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE53B

Black with #DEE53B

Text Example


Text Example

White with #DEE53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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