Html Css Color HEX #DCE048 Starship

📋 copy color: '#DCE048'

red 220 ◦ green 224 ◦ blue 72

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

Shades of Starship #DCE048

Tints of Starship #DCE048

RGB

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

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

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

R = 42.64%
G = 43.41%
B = 13.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#DCE048 (or 0xDCE048) is known color: Starship. HEX triplet: DC, E0 and 48. RGB value is (220,224,72). Sum of RGB (Red+Green+Blue) = 220+224+72=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE048 is #231FB7. Grayscale: #CECECE. Windows color (decimal): -2301880 or 4776156. OLE color: 4776156.

HSL color Cylindrical-coordinate representation of color #DCE048: hue angle of 61.58º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCE048 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 72 -
CMYK 0.02 0 0.68 0.12
HSL 61.58º 0.71% 0.58% -
HSV(B) 61.58º 0.68% 0.88% -
XYZ 57.34 68.99 16.43 -
YUV 205.48 52.67 138.36 -
System Red Green Blue C M Y K H S L
Decimal 220 224 72 0.02 0 0.68 0.12 61.58 0.71 0.58
Hex DC E0 48 2 0 44 C 3E 47 3A
Octal 334 340 110 2 0 104 14 76 107 72
Binary 11011100 11100000 1001000 10 0 1000100 1100 111110 1000111 111010

Color Harmonies of #DCE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE048

Black with #DCE048

Text Example


Text Example

White with #DCE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE048; }

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

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

background-color css

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

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

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

border-color css

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

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

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