Html Css Color HEX #DEE535 Starship

📋 copy color: '#DEE535'

red 222 ◦ green 229 ◦ blue 53

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

Shades of Starship #DEE535

Tints of Starship #DEE535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.52%

R = 44.05%
G = 45.44%
B = 10.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#DEE535 (or 0xDEE535) is known color: Starship. HEX triplet: DE, E5 and 35. RGB value is (222,229,53). Sum of RGB (Red+Green+Blue) = 222+229+53=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE535 is #211ACA. Grayscale: #CFCFCF. Windows color (decimal): -2169547 or 3532254. OLE color: 3532254.

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

Color convert

RGB 222 229 53 -
CMYK 0.03 0 0.77 0.10
HSL 62.39º 0.77% 0.55% -
HSV(B) 62.39º 0.77% 0.9% -
XYZ 58.79 71.83 14.13 -
YUV 206.84 41.18 138.81 -
System Red Green Blue C M Y K H S L
Decimal 222 229 53 0.03 0 0.77 0.10 62.39 0.77 0.55
Hex DE E5 35 3 0 4D A 3E 4D 37
Octal 336 345 65 3 0 115 12 76 115 67
Binary 11011110 11100101 110101 11 0 1001101 1010 111110 1001101 110111

Color Harmonies of #DEE535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE535

Black with #DEE535

Text Example


Text Example

White with #DEE535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE535; }

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

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

background-color css

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

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

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

border-color css

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

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

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