Html Css Color HEX #DEE03B Starship

📋 copy color: '#DEE03B'

red 222 ◦ green 224 ◦ blue 59

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

Shades of Starship #DEE03B

Tints of Starship #DEE03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.68%

R = 43.96%
G = 44.36%
B = 11.68%

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

#DEE03B (or 0xDEE03B) is known color: Starship. HEX triplet: DE, E0 and 3B. RGB value is (222,224,59). Sum of RGB (Red+Green+Blue) = 222+224+59=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE03B is #211FC4. Grayscale: #CDCDCD. Windows color (decimal): -2170821 or 3924190. OLE color: 3924190.

HSL color Cylindrical-coordinate representation of color #DEE03B: hue angle of 60.73º degrees, saturation: 0.73, 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 #DEE03B is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 59 -
CMYK 0.01 0 0.74 0.12
HSL 60.73º 0.73% 0.55% -
HSV(B) 60.73º 0.74% 0.88% -
XYZ 57.57 69.16 14.45 -
YUV 204.59 45.84 140.42 -
System Red Green Blue C M Y K H S L
Decimal 222 224 59 0.01 0 0.74 0.12 60.73 0.73 0.55
Hex DE E0 3B 1 0 4A C 3D 49 37
Octal 336 340 73 1 0 112 14 75 111 67
Binary 11011110 11100000 111011 1 0 1001010 1100 111101 1001001 110111

Color Harmonies of #DEE03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE03B

Black with #DEE03B

Text Example


Text Example

White with #DEE03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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