Html Css Color HEX #DEE13A Starship

📋 copy color: '#DEE13A'

red 222 ◦ green 225 ◦ blue 58

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

Shades of Starship #DEE13A

Tints of Starship #DEE13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.55%

 BLUE value IS 58 (23.05% from 255) = 11.49%

R = 43.96%
G = 44.55%
B = 11.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#DEE13A (or 0xDEE13A) is known color: Starship. HEX triplet: DE, E1 and 3A. RGB value is (222,225,58). Sum of RGB (Red+Green+Blue) = 222+225+58=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 58 (23.05% from 255 or 11.49% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE13A is #211EC5. Grayscale: #CDCDCD. Windows color (decimal): -2170566 or 3858910. OLE color: 3858910.

HSL color Cylindrical-coordinate representation of color #DEE13A: hue angle of 61.08º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEE13A is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 58 -
CMYK 0.01 0 0.74 0.12
HSL 61.08º 0.74% 0.55% -
HSV(B) 61.08º 0.74% 0.88% -
XYZ 57.81 69.69 14.41 -
YUV 205.07 45.01 140.08 -
System Red Green Blue C M Y K H S L
Decimal 222 225 58 0.01 0 0.74 0.12 61.08 0.74 0.55
Hex DE E1 3A 1 0 4A C 3D 4A 37
Octal 336 341 72 1 0 112 14 75 112 67
Binary 11011110 11100001 111010 1 0 1001010 1100 111101 1001010 110111

Color Harmonies of #DEE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE13A

Black with #DEE13A

Text Example


Text Example

White with #DEE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE13A; }

 p { color: rgb(222,225,58); }

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

background-color css

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

 a { background-color: rgb(222,225,58); }

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

border-color css

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

 span { border-color: rgb(222,225,58); }

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