Html Css Color HEX #DEE334 Starship

📋 copy color: '#DEE334'

red 222 ◦ green 227 ◦ blue 52

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

Shades of Starship #DEE334

Tints of Starship #DEE334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.38%

R = 44.31%
G = 45.31%
B = 10.38%

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

#DEE334 (or 0xDEE334) is known color: Starship. HEX triplet: DE, E3 and 34. RGB value is (222,227,52). Sum of RGB (Red+Green+Blue) = 222+227+52=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE334 is #211CCB. Grayscale: #CECECE. Windows color (decimal): -2170060 or 3466206. OLE color: 3466206.

HSL color Cylindrical-coordinate representation of color #DEE334: hue angle of 61.71º 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 #DEE334 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 52 -
CMYK 0.02 0 0.77 0.11
HSL 61.71º 0.76% 0.55% -
HSV(B) 61.71º 0.77% 0.89% -
XYZ 58.21 70.72 13.83 -
YUV 205.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 222 227 52 0.02 0 0.77 0.11 61.71 0.76 0.55
Hex DE E3 34 2 0 4D B 3E 4C 37
Octal 336 343 64 2 0 115 13 76 114 67
Binary 11011110 11100011 110100 10 0 1001101 1011 111110 1001100 110111

Color Harmonies of #DEE334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE334

Black with #DEE334

Text Example


Text Example

White with #DEE334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE334; }

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

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

background-color css

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

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

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

border-color css

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

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

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