Html Css Color HEX #DCE146 Starship

📋 copy color: '#DCE146'

red 220 ◦ green 225 ◦ blue 70

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

Shades of Starship #DCE146

Tints of Starship #DCE146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.59%

R = 42.72%
G = 43.69%
B = 13.59%

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

#DCE146 (or 0xDCE146) is known color: Starship. HEX triplet: DC, E1 and 46. RGB value is (220,225,70). Sum of RGB (Red+Green+Blue) = 220+225+70=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE146 is #231EB9. Grayscale: #CECECE. Windows color (decimal): -2301626 or 4645340. OLE color: 4645340.

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

Color convert

RGB 220 225 70 -
CMYK 0.02 0 0.69 0.12
HSL 61.94º 0.72% 0.58% -
HSV(B) 61.94º 0.69% 0.88% -
XYZ 57.55 69.51 16.18 -
YUV 205.84 51.34 138.1 -
System Red Green Blue C M Y K H S L
Decimal 220 225 70 0.02 0 0.69 0.12 61.94 0.72 0.58
Hex DC E1 46 2 0 45 C 3E 48 3A
Octal 334 341 106 2 0 105 14 76 110 72
Binary 11011100 11100001 1000110 10 0 1000101 1100 111110 1001000 111010

Color Harmonies of #DCE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE146

Black with #DCE146

Text Example


Text Example

White with #DCE146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE146; }

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

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

background-color css

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

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

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

border-color css

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

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

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