Html Css Color HEX #DEE335 Starship

📋 copy color: '#DEE335'

red 222 ◦ green 227 ◦ blue 53

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

Shades of Starship #DEE335

Tints of Starship #DEE335

RGB

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

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

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

R = 44.22%
G = 45.22%
B = 10.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#DEE335 (or 0xDEE335) is known color: Starship. HEX triplet: DE, E3 and 35. RGB value is (222,227,53). Sum of RGB (Red+Green+Blue) = 222+227+53=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE335 is #211CCA. Grayscale: #CECECE. Windows color (decimal): -2170059 or 3531742. OLE color: 3531742.

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

Color convert

RGB 222 227 53 -
CMYK 0.02 0 0.77 0.11
HSL 61.72º 0.76% 0.55% -
HSV(B) 61.72º 0.77% 0.89% -
XYZ 58.24 70.72 13.95 -
YUV 205.67 41.84 139.65 -
System Red Green Blue C M Y K H S L
Decimal 222 227 53 0.02 0 0.77 0.11 61.72 0.76 0.55
Hex DE E3 35 2 0 4D B 3E 4C 37
Octal 336 343 65 2 0 115 13 76 114 67
Binary 11011110 11100011 110101 10 0 1001101 1011 111110 1001100 110111

Color Harmonies of #DEE335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE335

Black with #DEE335

Text Example


Text Example

White with #DEE335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE335; }

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

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

background-color css

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

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

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

border-color css

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

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

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