Html Css Color HEX #DCE145 Starship

📋 copy color: '#DCE145'

red 220 ◦ green 225 ◦ blue 69

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

Shades of Starship #DCE145

Tints of Starship #DCE145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.42%

R = 42.8%
G = 43.77%
B = 13.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#DCE145 (or 0xDCE145) is known color: Starship. HEX triplet: DC, E1 and 45. RGB value is (220,225,69). Sum of RGB (Red+Green+Blue) = 220+225+69=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE145 is #231EBA. Grayscale: #CECECE. Windows color (decimal): -2301627 or 4579804. OLE color: 4579804.

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

Color convert

RGB 220 225 69 -
CMYK 0.02 0 0.69 0.12
HSL 61.92º 0.72% 0.58% -
HSV(B) 61.92º 0.69% 0.88% -
XYZ 57.51 69.5 16.01 -
YUV 205.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 220 225 69 0.02 0 0.69 0.12 61.92 0.72 0.58
Hex DC E1 45 2 0 45 C 3E 48 3A
Octal 334 341 105 2 0 105 14 76 110 72
Binary 11011100 11100001 1000101 10 0 1000101 1100 111110 1001000 111010

Color Harmonies of #DCE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE145

Black with #DCE145

Text Example


Text Example

White with #DCE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE145; }

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

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

background-color css

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

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

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

border-color css

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

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

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