Html Css Color HEX #DCE148 Starship

📋 copy color: '#DCE148'

red 220 ◦ green 225 ◦ blue 72

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

Shades of Starship #DCE148

Tints of Starship #DCE148

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.52%

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

R = 42.55%
G = 43.52%
B = 13.93%

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

#DCE148 (or 0xDCE148) is known color: Starship. HEX triplet: DC, E1 and 48. RGB value is (220,225,72). Sum of RGB (Red+Green+Blue) = 220+225+72=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE148 is #231EB7. Grayscale: #CECECE. Windows color (decimal): -2301624 or 4776412. OLE color: 4776412.

HSL color Cylindrical-coordinate representation of color #DCE148: hue angle of 61.96º degrees, saturation: 0.72, 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 #DCE148 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 72 -
CMYK 0.02 0 0.68 0.12
HSL 61.96º 0.72% 0.58% -
HSV(B) 61.96º 0.68% 0.88% -
XYZ 57.61 69.53 16.52 -
YUV 206.06 52.34 137.94 -
System Red Green Blue C M Y K H S L
Decimal 220 225 72 0.02 0 0.68 0.12 61.96 0.72 0.58
Hex DC E1 48 2 0 44 C 3E 48 3A
Octal 334 341 110 2 0 104 14 76 110 72
Binary 11011100 11100001 1001000 10 0 1000100 1100 111110 1001000 111010

Color Harmonies of #DCE148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE148

Black with #DCE148

Text Example


Text Example

White with #DCE148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE148; }

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

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

background-color css

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

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

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

border-color css

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

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

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