Html Css Color HEX #DCE448 Starship

📋 copy color: '#DCE448'

red 220 ◦ green 228 ◦ blue 72

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

Shades of Starship #DCE448

Tints of Starship #DCE448

RGB

 RED value IS 220 (86.33% from 255) = 42.31%

 GREEN value IS 228 (89.45% from 255) = 43.85%

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

R = 42.31%
G = 43.85%
B = 13.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#DCE448 (or 0xDCE448) is known color: Starship. HEX triplet: DC, E4 and 48. RGB value is (220,228,72). Sum of RGB (Red+Green+Blue) = 220+228+72=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE448 is #231BB7. Grayscale: #D0D0D0. Windows color (decimal): -2300856 or 4777180. OLE color: 4777180.

HSL color Cylindrical-coordinate representation of color #DCE448: hue angle of 63.08º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCE448 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 228 72 -
CMYK 0.04 0 0.68 0.11
HSL 63.08º 0.74% 0.59% -
HSV(B) 63.08º 0.68% 0.89% -
XYZ 58.43 71.17 16.79 -
YUV 207.82 51.35 136.68 -
System Red Green Blue C M Y K H S L
Decimal 220 228 72 0.04 0 0.68 0.11 63.08 0.74 0.59
Hex DC E4 48 4 0 44 B 3F 4A 3B
Octal 334 344 110 4 0 104 13 77 112 73
Binary 11011100 11100100 1001000 100 0 1000100 1011 111111 1001010 111011

Color Harmonies of #DCE448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE448

Black with #DCE448

Text Example


Text Example

White with #DCE448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE448; }

 p { color: rgb(220,228,72); }

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

background-color css

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

 a { background-color: rgb(220,228,72); }

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

border-color css

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

 span { border-color: rgb(220,228,72); }

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