Html Css Color HEX #DEE03D Starship

📋 copy color: '#DEE03D'

red 222 ◦ green 224 ◦ blue 61

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

Shades of Starship #DEE03D

Tints of Starship #DEE03D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.18%

 BLUE value IS 61 (24.22% from 255) = 12.03%

R = 43.79%
G = 44.18%
B = 12.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#DEE03D (or 0xDEE03D) is known color: Starship. HEX triplet: DE, E0 and 3D. RGB value is (222,224,61). Sum of RGB (Red+Green+Blue) = 222+224+61=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE03D is #211FC2. Grayscale: #CDCDCD. Windows color (decimal): -2170819 or 4055262. OLE color: 4055262.

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

Color convert

RGB 222 224 61 -
CMYK 0.01 0 0.73 0.12
HSL 60.74º 0.72% 0.56% -
HSV(B) 60.74º 0.73% 0.88% -
XYZ 57.62 69.18 14.73 -
YUV 204.82 46.84 140.25 -
System Red Green Blue C M Y K H S L
Decimal 222 224 61 0.01 0 0.73 0.12 60.74 0.72 0.56
Hex DE E0 3D 1 0 49 C 3D 48 38
Octal 336 340 75 1 0 111 14 75 110 70
Binary 11011110 11100000 111101 1 0 1001001 1100 111101 1001000 111000

Color Harmonies of #DEE03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE03D

Black with #DEE03D

Text Example


Text Example

White with #DEE03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE03D; }

 p { color: rgb(222,224,61); }

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

background-color css

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

 a { background-color: rgb(222,224,61); }

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

border-color css

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

 span { border-color: rgb(222,224,61); }

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