Html Css Color HEX #DEE948 Starship

📋 copy color: '#DEE948'

red 222 ◦ green 233 ◦ blue 72

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

Shades of Starship #DEE948

Tints of Starship #DEE948

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.21%

 BLUE value IS 72 (28.52% from 255) = 13.66%

R = 42.13%
G = 44.21%
B = 13.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#DEE948 (or 0xDEE948) is known color: Starship. HEX triplet: DE, E9 and 48. RGB value is (222,233,72). Sum of RGB (Red+Green+Blue) = 222+233+72=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE948 is #2116B7. Grayscale: #D3D3D3. Windows color (decimal): -2168504 or 4778462. OLE color: 4778462.

HSL color Cylindrical-coordinate representation of color #DEE948: hue angle of 64.1º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEE948 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 72 -
CMYK 0.05 0 0.69 0.09
HSL 64.1º 0.79% 0.6% -
HSV(B) 64.1º 0.69% 0.91% -
XYZ 60.43 74.28 17.28 -
YUV 211.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 222 233 72 0.05 0 0.69 0.09 64.1 0.79 0.6
Hex DE E9 48 5 0 45 9 40 4F 3C
Octal 336 351 110 5 0 105 11 100 117 74
Binary 11011110 11101001 1001000 101 0 1000101 1001 1000000 1001111 111100

Color Harmonies of #DEE948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE948

Black with #DEE948

Text Example


Text Example

White with #DEE948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE948; }

 p { color: rgb(222,233,72); }

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

background-color css

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

 a { background-color: rgb(222,233,72); }

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

border-color css

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

 span { border-color: rgb(222,233,72); }

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